-
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 c03ec4d
- Loading branch information
github-action-benchmark
committed
Oct 18, 2023
1 parent
e2001e4
commit 83772a2
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": 1697609857277, | ||
"lastUpdate": 1697640186926, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - ubuntu-latest": [ | ||
|
@@ -6992,6 +6992,72 @@ window.BENCHMARK_DATA = { | |
"extra": "65 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "mshanemc", | ||
"username": "mshanemc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "mshanemc", | ||
"username": "mshanemc" | ||
}, | ||
"distinct": true, | ||
"id": "c03ec4de0b4509bfa10b46b504f22a1cdacb6ed6", | ||
"message": "ci: try forcing to jsforce top-level", | ||
"timestamp": "2023-10-18T09:39:03-05:00", | ||
"tree_id": "5eb581763b12c094146b60dc7aa508df85fd3313", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/c03ec4de0b4509bfa10b46b504f22a1cdacb6ed6" | ||
}, | ||
"date": 1697640179040, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 527923, | ||
"range": "±0.56%", | ||
"unit": "ops/sec", | ||
"extra": "93 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 520436, | ||
"range": "±9.55%", | ||
"unit": "ops/sec", | ||
"extra": "44 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 350764, | ||
"range": "±15.59%", | ||
"unit": "ops/sec", | ||
"extra": "30 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 218992, | ||
"range": "±16.76%", | ||
"unit": "ops/sec", | ||
"extra": "53 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 10976, | ||
"range": "±194.88%", | ||
"unit": "ops/sec", | ||
"extra": "31 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 171810, | ||
"range": "±39.14%", | ||
"unit": "ops/sec", | ||
"extra": "55 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|