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 81dcfb3
  • Loading branch information
github-action-benchmark committed Aug 29, 2024
1 parent bd92714 commit c5170ca
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": 1724945384560,
"lastUpdate": 1724952009295,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -22898,6 +22898,72 @@ window.BENCHMARK_DATA = {
"extra": "77 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "81dcfb3228bb39b511fbc0eb821592d2fbde2f39",
"message": "feat: workspaces support for myDomain checks",
"timestamp": "2024-08-29T11:54:46-05:00",
"tree_id": "4ff0654b9d95cc196c440dbaffbba92106590452",
"url": "https://github.com/forcedotcom/sfdx-core/commit/81dcfb3228bb39b511fbc0eb821592d2fbde2f39"
},
"date": 1724951994624,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 315377,
"range": "±4.09%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 749310,
"range": "±6.06%",
"unit": "ops/sec",
"extra": "57 samples"
},
{
"name": "Logging an object on root logger",
"value": 590853,
"range": "±6.79%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 7073,
"range": "±202.35%",
"unit": "ops/sec",
"extra": "25 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 458132,
"range": "±13.24%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 345113,
"range": "±4.47%",
"unit": "ops/sec",
"extra": "66 samples"
}
]
}
]
}
Expand Down

0 comments on commit c5170ca

Please sign in to comment.