-
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 - ubuntu-latest (benchmarkjs) benchmark result …
…for 5f0f741
- Loading branch information
github-action-benchmark
committed
Jun 28, 2023
1 parent
27342b4
commit 0e67eb2
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": 1687957272736, | ||
"lastUpdate": 1687962717528, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - ubuntu-latest": [ | ||
|
@@ -134,6 +134,72 @@ window.BENCHMARK_DATA = { | |
"extra": "91 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "mshanemc", | ||
"username": "mshanemc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "mshanemc", | ||
"username": "mshanemc" | ||
}, | ||
"distinct": true, | ||
"id": "5f0f741aeefb720927169a63c4678aa719e72ad3", | ||
"message": "test: also build", | ||
"timestamp": "2023-06-28T09:29:15-05:00", | ||
"tree_id": "732d62551659090303af4ffa5f6ec7ff89c91c64", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/5f0f741aeefb720927169a63c4678aa719e72ad3" | ||
}, | ||
"date": 1687962712080, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 382591, | ||
"range": "±2.63%", | ||
"unit": "ops/sec", | ||
"extra": "85 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 94574492, | ||
"range": "±2.00%", | ||
"unit": "ops/sec", | ||
"extra": "83 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 66701506, | ||
"range": "±1.57%", | ||
"unit": "ops/sec", | ||
"extra": "85 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 41363757, | ||
"range": "±1.81%", | ||
"unit": "ops/sec", | ||
"extra": "83 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 70217750, | ||
"range": "±1.65%", | ||
"unit": "ops/sec", | ||
"extra": "85 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 35888226, | ||
"range": "±2.08%", | ||
"unit": "ops/sec", | ||
"extra": "82 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|