-
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 fcf84ac
- Loading branch information
github-action-benchmark
committed
Oct 10, 2023
1 parent
384007a
commit ae54769
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": 1696890349439, | ||
"lastUpdate": 1696956234520, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - ubuntu-latest": [ | ||
|
@@ -5936,6 +5936,72 @@ window.BENCHMARK_DATA = { | |
"extra": "54 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Cristian Dominguez", | ||
"username": "cristiand391" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Cristian Dominguez", | ||
"username": "cristiand391" | ||
}, | ||
"distinct": true, | ||
"id": "fcf84ac232483c024c59cd79de44e89b7065881c", | ||
"message": "fix: bump jsforce", | ||
"timestamp": "2023-10-10T13:38:54-03:00", | ||
"tree_id": "34811ffe913b027662e8da598a483c28b1211263", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/fcf84ac232483c024c59cd79de44e89b7065881c" | ||
}, | ||
"date": 1696956226989, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 531695, | ||
"range": "±0.47%", | ||
"unit": "ops/sec", | ||
"extra": "92 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 481264, | ||
"range": "±10.13%", | ||
"unit": "ops/sec", | ||
"extra": "59 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 316310, | ||
"range": "±16.73%", | ||
"unit": "ops/sec", | ||
"extra": "56 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 238840, | ||
"range": "±10.92%", | ||
"unit": "ops/sec", | ||
"extra": "45 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 238046, | ||
"range": "±22.54%", | ||
"unit": "ops/sec", | ||
"extra": "46 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 2709, | ||
"range": "±222.97%", | ||
"unit": "ops/sec", | ||
"extra": "10 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|