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 05b0d62
  • Loading branch information
github-action-benchmark committed Oct 24, 2024
1 parent 6f8e5b9 commit 35b8555
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": 1729801955199,
"lastUpdate": 1729807845288,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -24482,6 +24482,72 @@ window.BENCHMARK_DATA = {
"extra": "65 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mingxuanzhang",
"username": "mingxuanzhangsfdx"
},
"committer": {
"email": "[email protected]",
"name": "mingxuanzhang",
"username": "mingxuanzhangsfdx"
},
"distinct": true,
"id": "05b0d626bcb1d5b7d585740b15ce38731b3068e9",
"message": "chore: downgrade npm-dts to 1.3.12",
"timestamp": "2024-10-24T15:01:09-07:00",
"tree_id": "95f1e6e360a50af588a64dcb124185634679fdef",
"url": "https://github.com/forcedotcom/sfdx-core/commit/05b0d626bcb1d5b7d585740b15ce38731b3068e9"
},
"date": 1729807827180,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 348264,
"range": "±1.16%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "Logging a string on root logger",
"value": 944892,
"range": "±9.30%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Logging an object on root logger",
"value": 34893,
"range": "±185.32%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 360910,
"range": "±8.30%",
"unit": "ops/sec",
"extra": "74 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 480366,
"range": "±4.97%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 313826,
"range": "±7.26%",
"unit": "ops/sec",
"extra": "63 samples"
}
]
}
]
}
Expand Down

0 comments on commit 35b8555

Please sign in to comment.