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 41423d6
  • Loading branch information
github-action-benchmark committed Oct 12, 2023
1 parent f41ff24 commit cad2aaf
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": 1697148798464,
"lastUpdate": 1697152404417,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -6266,6 +6266,72 @@ window.BENCHMARK_DATA = {
"extra": "75 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "41423d63db353ebb65d4e4b8e058718a7b997590",
"message": "feat!: make AuthInfo.getFields return readonly",
"timestamp": "2023-10-12T18:06:48-05:00",
"tree_id": "94f56c91d901e6b306acbb5a819754b549232ac4",
"url": "https://github.com/forcedotcom/sfdx-core/commit/41423d63db353ebb65d4e4b8e058718a7b997590"
},
"date": 1697152385685,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 447672,
"range": "±5.94%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "Logging a string on root logger",
"value": 696436,
"range": "±15.93%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Logging an object on root logger",
"value": 347814,
"range": "±16.27%",
"unit": "ops/sec",
"extra": "54 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 139842,
"range": "±25.37%",
"unit": "ops/sec",
"extra": "42 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 170629,
"range": "±23.76%",
"unit": "ops/sec",
"extra": "39 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 124069,
"range": "±22.57%",
"unit": "ops/sec",
"extra": "44 samples"
}
]
}
]
}
Expand Down

0 comments on commit cad2aaf

Please sign in to comment.