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 c2ef3a0
  • Loading branch information
github-action-benchmark committed Nov 7, 2023
1 parent 9a8d9d8 commit 46ec208
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": 1699163555236,
"lastUpdate": 1699393736472,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -8642,6 +8642,72 @@ window.BENCHMARK_DATA = {
"extra": "49 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Steve Hetzel",
"username": "shetzel"
},
"committer": {
"email": "[email protected]",
"name": "Steve Hetzel",
"username": "shetzel"
},
"distinct": true,
"id": "c2ef3a0f8fea0518b5eec2f6f515064e9741b46e",
"message": "fix: use memory logger instance when disabled",
"timestamp": "2023-11-07T14:41:38-07:00",
"tree_id": "3b8a444f63e3ea0035df93c98572be14d819b1fd",
"url": "https://github.com/forcedotcom/sfdx-core/commit/c2ef3a0f8fea0518b5eec2f6f515064e9741b46e"
},
"date": 1699393716574,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 348225,
"range": "±0.35%",
"unit": "ops/sec",
"extra": "90 samples"
},
{
"name": "Logging a string on root logger",
"value": 825105,
"range": "±6.01%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Logging an object on root logger",
"value": 652905,
"range": "±7.64%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 23494,
"range": "±184.38%",
"unit": "ops/sec",
"extra": "72 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 476442,
"range": "±6.37%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 328575,
"range": "±5.44%",
"unit": "ops/sec",
"extra": "64 samples"
}
]
}
]
}
Expand Down

0 comments on commit 46ec208

Please sign in to comment.