-
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 ce1ebcb
- Loading branch information
github-action-benchmark
committed
Oct 25, 2023
1 parent
e02a251
commit c948853
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": 1698252398940, | ||
"lastUpdate": 1698256707953, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - windows-latest": [ | ||
|
@@ -7916,6 +7916,72 @@ window.BENCHMARK_DATA = { | |
"extra": "21 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Cristian Dominguez", | ||
"username": "cristiand391" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ce1ebcb5396e5ee8d302fdcd639f7716d84e1a04", | ||
"message": "Update src/stateAggregator/accessors/aliasAccessor.ts\n\nCo-authored-by: Shane McLaughlin <[email protected]>", | ||
"timestamp": "2023-10-25T14:51:30-03:00", | ||
"tree_id": "ca3fca7bdfa25e456fe4d22aa1978ef53d89d388", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/ce1ebcb5396e5ee8d302fdcd639f7716d84e1a04" | ||
}, | ||
"date": 1698256686021, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 406802, | ||
"range": "±1.02%", | ||
"unit": "ops/sec", | ||
"extra": "89 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 436839, | ||
"range": "±11.55%", | ||
"unit": "ops/sec", | ||
"extra": "59 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 283586, | ||
"range": "±24.21%", | ||
"unit": "ops/sec", | ||
"extra": "54 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 160443, | ||
"range": "±25.39%", | ||
"unit": "ops/sec", | ||
"extra": "41 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 144715, | ||
"range": "±25.27%", | ||
"unit": "ops/sec", | ||
"extra": "32 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 112494, | ||
"range": "±22.40%", | ||
"unit": "ops/sec", | ||
"extra": "43 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|