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 938e5da
  • Loading branch information
github-action-benchmark committed Oct 23, 2023
1 parent f02091a commit a1aad30
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": 1698094009471,
"lastUpdate": 1698095091947,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -7652,6 +7652,72 @@ window.BENCHMARK_DATA = {
"extra": "42 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "938e5dae52f9a9430a43f319290fe2080a129393",
"message": "chore: bump deps for xnuts",
"timestamp": "2023-10-23T15:57:25-05:00",
"tree_id": "a3c03342bdadc02cc85f3aeda60171ea47dee0e3",
"url": "https://github.com/forcedotcom/sfdx-core/commit/938e5dae52f9a9430a43f319290fe2080a129393"
},
"date": 1698095072589,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 402438,
"range": "±8.15%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 449593,
"range": "±13.80%",
"unit": "ops/sec",
"extra": "60 samples"
},
{
"name": "Logging an object on root logger",
"value": 295353,
"range": "±21.21%",
"unit": "ops/sec",
"extra": "59 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 167230,
"range": "±23.69%",
"unit": "ops/sec",
"extra": "39 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 170526,
"range": "±19.53%",
"unit": "ops/sec",
"extra": "40 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 114797,
"range": "±22.46%",
"unit": "ops/sec",
"extra": "43 samples"
}
]
}
]
}
Expand Down

0 comments on commit a1aad30

Please sign in to comment.