-
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 ff8b066
- Loading branch information
github-action-benchmark
committed
Nov 15, 2023
1 parent
417fc06
commit 428f938
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": 1699997184270, | ||
"lastUpdate": 1700056421010, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - windows-latest": [ | ||
|
@@ -9896,6 +9896,72 @@ window.BENCHMARK_DATA = { | |
"extra": "66 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "mshanemc", | ||
"username": "mshanemc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "mshanemc", | ||
"username": "mshanemc" | ||
}, | ||
"distinct": true, | ||
"id": "ff8b06696f7ef88ac74a35f60e281b90eb74471b", | ||
"message": "fix: write safety and valid typing for sfProject", | ||
"timestamp": "2023-11-15T07:46:50-06:00", | ||
"tree_id": "1254fecc9b14651415d1d2c18948581efdb53311", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/ff8b06696f7ef88ac74a35f60e281b90eb74471b" | ||
}, | ||
"date": 1700056404594, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 321839, | ||
"range": "±0.70%", | ||
"unit": "ops/sec", | ||
"extra": "92 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 816003, | ||
"range": "±5.37%", | ||
"unit": "ops/sec", | ||
"extra": "69 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 535151, | ||
"range": "±7.75%", | ||
"unit": "ops/sec", | ||
"extra": "68 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 7941, | ||
"range": "±201.98%", | ||
"unit": "ops/sec", | ||
"extra": "24 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 493003, | ||
"range": "±6.01%", | ||
"unit": "ops/sec", | ||
"extra": "73 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 308487, | ||
"range": "±5.07%", | ||
"unit": "ops/sec", | ||
"extra": "72 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|