Skip to content

Commit

Permalink
add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result…
Browse files Browse the repository at this point in the history
… for 9d99e61
  • Loading branch information
github-action-benchmark committed Oct 31, 2023
1 parent 7a58a58 commit 6ed59f4
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Windows/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1698548076478,
"lastUpdate": 1698764789181,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -8312,6 +8312,72 @@ window.BENCHMARK_DATA = {
"extra": "37 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "9d99e6174905dfd7c1df6d299799ac7706756735",
"message": "refactor: steve review",
"timestamp": "2023-10-31T09:58:38-05:00",
"tree_id": "ca7bcb68ec36dd57e7e33df02d7d0fe4c649a818",
"url": "https://github.com/forcedotcom/sfdx-core/commit/9d99e6174905dfd7c1df6d299799ac7706756735"
},
"date": 1698764765105,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 373101,
"range": "±6.19%",
"unit": "ops/sec",
"extra": "81 samples"
},
{
"name": "Logging a string on root logger",
"value": 410241,
"range": "±13.08%",
"unit": "ops/sec",
"extra": "28 samples"
},
{
"name": "Logging an object on root logger",
"value": 263545,
"range": "±14.01%",
"unit": "ops/sec",
"extra": "47 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 161199,
"range": "±19.68%",
"unit": "ops/sec",
"extra": "36 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 160561,
"range": "±23.64%",
"unit": "ops/sec",
"extra": "41 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 109823,
"range": "±24.51%",
"unit": "ops/sec",
"extra": "42 samples"
}
]
}
]
}
Expand Down

0 comments on commit 6ed59f4

Please sign in to comment.