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 2bb5d54
  • Loading branch information
github-action-benchmark committed Oct 2, 2024
1 parent 940aa2b commit eb915bf
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": 1727558219100,
"lastUpdate": 1727909842058,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -23888,6 +23888,72 @@ window.BENCHMARK_DATA = {
"extra": "73 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mingxuanzhang",
"username": "mingxuanzhangsfdx"
},
"committer": {
"email": "[email protected]",
"name": "mingxuanzhang",
"username": "mingxuanzhangsfdx"
},
"distinct": true,
"id": "2bb5d5480aa1bc6bf4c1b4a596245ebc31aff7b5",
"message": "chore: dummy",
"timestamp": "2024-10-02T15:50:50-07:00",
"tree_id": "3a659ff951b981fe624ba1fedda53eeb7d85f8b3",
"url": "https://github.com/forcedotcom/sfdx-core/commit/2bb5d5480aa1bc6bf4c1b4a596245ebc31aff7b5"
},
"date": 1727909818893,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 347857,
"range": "±0.36%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "Logging a string on root logger",
"value": 850885,
"range": "±5.64%",
"unit": "ops/sec",
"extra": "64 samples"
},
{
"name": "Logging an object on root logger",
"value": 656759,
"range": "±5.06%",
"unit": "ops/sec",
"extra": "75 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 18673,
"range": "±185.98%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 536612,
"range": "±5.31%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 19396,
"range": "±184.97%",
"unit": "ops/sec",
"extra": "62 samples"
}
]
}
]
}
Expand Down

0 comments on commit eb915bf

Please sign in to comment.