Skip to content

Commit

Permalink
add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result…
Browse files Browse the repository at this point in the history
… for a419898
  • Loading branch information
github-action-benchmark committed Nov 12, 2023
1 parent 50db757 commit 1b4e410
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Windows/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1699738194504,
"lastUpdate": 1699757639828,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -9632,6 +9632,72 @@ window.BENCHMARK_DATA = {
"extra": "40 samples"
}
]
},
{
"commit": {
"author": {
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"name": "dependabot[bot]",
"username": "dependabot[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a41989823d8b66e227d7f610347655ab094ea6d6",
"message": "chore(dev-deps): bump @types/lodash from 4.14.200 to 4.14.201\n\nBumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.200 to 4.14.201.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/lodash\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2023-11-12T02:45:59Z",
"tree_id": "870f4c48afb14ce0543e21639f11849cd9b0c6c9",
"url": "https://github.com/forcedotcom/sfdx-core/commit/a41989823d8b66e227d7f610347655ab094ea6d6"
},
"date": 1699757619057,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 319895,
"range": "±0.80%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "Logging a string on root logger",
"value": 753956,
"range": "±5.51%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object on root logger",
"value": 632099,
"range": "±5.58%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 7782,
"range": "±202.56%",
"unit": "ops/sec",
"extra": "23 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 448306,
"range": "±14.23%",
"unit": "ops/sec",
"extra": "73 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 298857,
"range": "±9.53%",
"unit": "ops/sec",
"extra": "74 samples"
}
]
}
]
}
Expand Down

0 comments on commit 1b4e410

Please sign in to comment.