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 ab29957
  • Loading branch information
github-action-benchmark committed Sep 4, 2024
1 parent 06569d3 commit cbe37e1
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": 1725159944092,
"lastUpdate": 1725411596885,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -23162,6 +23162,72 @@ window.BENCHMARK_DATA = {
"extra": "70 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Steve Hetzel",
"username": "shetzel"
},
"committer": {
"email": "[email protected]",
"name": "Steve Hetzel",
"username": "shetzel"
},
"distinct": true,
"id": "ab2995758aecc1e5723c8dcc8e75abee6916fed8",
"message": "fix: correct message",
"timestamp": "2024-09-03T18:52:26-06:00",
"tree_id": "ebf64731211805ab7817efb71790fd7ca043b76c",
"url": "https://github.com/forcedotcom/sfdx-core/commit/ab2995758aecc1e5723c8dcc8e75abee6916fed8"
},
"date": 1725411579851,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 331804,
"range": "±1.13%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 762015,
"range": "±4.33%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Logging an object on root logger",
"value": 595149,
"range": "±7.20%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 6915,
"range": "±203.36%",
"unit": "ops/sec",
"extra": "23 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 453723,
"range": "±12.10%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 343876,
"range": "±5.76%",
"unit": "ops/sec",
"extra": "69 samples"
}
]
}
]
}
Expand Down

0 comments on commit cbe37e1

Please sign in to comment.