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 37e777e
  • Loading branch information
github-action-benchmark committed Oct 29, 2024
1 parent 90bb2c0 commit 2dd2c06
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": 1730157289266,
"lastUpdate": 1730228199144,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -24680,6 +24680,72 @@ window.BENCHMARK_DATA = {
"extra": "61 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Willhoit",
"username": "iowillhoit"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "37e777e769fcf2db8a3982b5d8e18438a9275749",
"message": "fix: bump pjson version",
"timestamp": "2024-10-29T13:50:15-05:00",
"tree_id": "534bf1e1886d16b5f5584f8ed2bf2fc560fd7f3c",
"url": "https://github.com/forcedotcom/sfdx-core/commit/37e777e769fcf2db8a3982b5d8e18438a9275749"
},
"date": 1730228180227,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 315537,
"range": "±1.57%",
"unit": "ops/sec",
"extra": "89 samples"
},
{
"name": "Logging a string on root logger",
"value": 821464,
"range": "±7.04%",
"unit": "ops/sec",
"extra": "46 samples"
},
{
"name": "Logging an object on root logger",
"value": 546299,
"range": "±9.05%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 6802,
"range": "±204.57%",
"unit": "ops/sec",
"extra": "21 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 463387,
"range": "±7.79%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 308778,
"range": "±4.42%",
"unit": "ops/sec",
"extra": "71 samples"
}
]
}
]
}
Expand Down

0 comments on commit 2dd2c06

Please sign in to comment.