-
Notifications
You must be signed in to change notification settings - Fork 70
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 6e4063c
- Loading branch information
github-action-benchmark
committed
Sep 24, 2024
1 parent
eadf89f
commit 7d7716b
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": 1727196797747, | ||
"lastUpdate": 1727206326611, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - windows-latest": [ | ||
|
@@ -23690,6 +23690,72 @@ window.BENCHMARK_DATA = { | |
"extra": "62 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Eric Willhoit", | ||
"username": "iowillhoit" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Eric Willhoit", | ||
"username": "iowillhoit" | ||
}, | ||
"distinct": true, | ||
"id": "6e4063c4dcb5b67dbfb5a294f7016e2cbc71b590", | ||
"message": "chore: writer feedback", | ||
"timestamp": "2024-09-24T14:25:20-05:00", | ||
"tree_id": "b54639cbec75c6ab1aa25bc5ffedb9bbe342e7ca", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/6e4063c4dcb5b67dbfb5a294f7016e2cbc71b590" | ||
}, | ||
"date": 1727206304993, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 332805, | ||
"range": "±0.76%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 830544, | ||
"range": "±7.31%", | ||
"unit": "ops/sec", | ||
"extra": "62 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 593422, | ||
"range": "±7.67%", | ||
"unit": "ops/sec", | ||
"extra": "70 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 3433, | ||
"range": "±217.81%", | ||
"unit": "ops/sec", | ||
"extra": "12 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 495219, | ||
"range": "±5.52%", | ||
"unit": "ops/sec", | ||
"extra": "69 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 339748, | ||
"range": "±4.94%", | ||
"unit": "ops/sec", | ||
"extra": "66 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|