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 3e9c988
  • Loading branch information
github-action-benchmark committed Nov 9, 2023
1 parent 289addb commit dbb5876
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": 1699569273475,
"lastUpdate": 1699571290272,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -9104,6 +9104,72 @@ window.BENCHMARK_DATA = {
"extra": "67 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "3e9c988223f285deda794e0ef2a7ed5cab91425f",
"message": "test: add apex, comunity nuts",
"timestamp": "2023-11-09T17:01:37-06:00",
"tree_id": "ae81a025bc4d80477166aa73ce4bba9656729e17",
"url": "https://github.com/forcedotcom/sfdx-core/commit/3e9c988223f285deda794e0ef2a7ed5cab91425f"
},
"date": 1699571263608,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 206821,
"range": "±5.84%",
"unit": "ops/sec",
"extra": "86 samples"
},
{
"name": "Logging a string on root logger",
"value": 494880,
"range": "±8.41%",
"unit": "ops/sec",
"extra": "60 samples"
},
{
"name": "Logging an object on root logger",
"value": 317757,
"range": "±12.16%",
"unit": "ops/sec",
"extra": "59 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 166290,
"range": "±21.65%",
"unit": "ops/sec",
"extra": "36 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 187603,
"range": "±22.55%",
"unit": "ops/sec",
"extra": "48 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 98829,
"range": "±23.90%",
"unit": "ops/sec",
"extra": "43 samples"
}
]
}
]
}
Expand Down

0 comments on commit dbb5876

Please sign in to comment.