-
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 05b0d62
- Loading branch information
github-action-benchmark
committed
Oct 24, 2024
1 parent
6f8e5b9
commit 35b8555
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": 1729801955199, | ||
"lastUpdate": 1729807845288, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - windows-latest": [ | ||
|
@@ -24482,6 +24482,72 @@ window.BENCHMARK_DATA = { | |
"extra": "65 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "mingxuanzhang", | ||
"username": "mingxuanzhangsfdx" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "mingxuanzhang", | ||
"username": "mingxuanzhangsfdx" | ||
}, | ||
"distinct": true, | ||
"id": "05b0d626bcb1d5b7d585740b15ce38731b3068e9", | ||
"message": "chore: downgrade npm-dts to 1.3.12", | ||
"timestamp": "2024-10-24T15:01:09-07:00", | ||
"tree_id": "95f1e6e360a50af588a64dcb124185634679fdef", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/05b0d626bcb1d5b7d585740b15ce38731b3068e9" | ||
}, | ||
"date": 1729807827180, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 348264, | ||
"range": "±1.16%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 944892, | ||
"range": "±9.30%", | ||
"unit": "ops/sec", | ||
"extra": "65 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 34893, | ||
"range": "±185.32%", | ||
"unit": "ops/sec", | ||
"extra": "63 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 360910, | ||
"range": "±8.30%", | ||
"unit": "ops/sec", | ||
"extra": "74 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 480366, | ||
"range": "±4.97%", | ||
"unit": "ops/sec", | ||
"extra": "65 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 313826, | ||
"range": "±7.26%", | ||
"unit": "ops/sec", | ||
"extra": "63 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|