-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result…
… for cad4f79
- Loading branch information
github-action-benchmark
committed
Sep 17, 2023
1 parent
e9cbe4f
commit 6f46f77
Showing
1 changed file
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1694899853546, | ||
"lastUpdate": 1694919123467, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - windows-latest": [ | ||
|
@@ -4616,6 +4616,72 @@ window.BENCHMARK_DATA = { | |
"extra": "61 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": "cad4f79dce0469a769f81411811d3473f97b4e53", | ||
"message": "chore(dev-deps): bump @types/benchmark from 2.1.2 to 2.1.3\n\nBumps [@types/benchmark](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/benchmark) from 2.1.2 to 2.1.3.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/benchmark)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/benchmark\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>", | ||
"timestamp": "2023-09-17T02:46:35Z", | ||
"tree_id": "4779146f8e9a6027f558fa1f4878ae4d9c59970a", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/cad4f79dce0469a769f81411811d3473f97b4e53" | ||
}, | ||
"date": 1694919105797, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 428900, | ||
"range": "±23.88%", | ||
"unit": "ops/sec", | ||
"extra": "89 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 529758, | ||
"range": "±13.80%", | ||
"unit": "ops/sec", | ||
"extra": "64 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 416583, | ||
"range": "±9.64%", | ||
"unit": "ops/sec", | ||
"extra": "65 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 272547, | ||
"range": "±20.13%", | ||
"unit": "ops/sec", | ||
"extra": "64 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 262810, | ||
"range": "±22.03%", | ||
"unit": "ops/sec", | ||
"extra": "45 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 12224, | ||
"range": "±187.10%", | ||
"unit": "ops/sec", | ||
"extra": "69 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|