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 469373f
  • Loading branch information
github-action-benchmark committed Oct 11, 2023
1 parent 4a752a9 commit 482cc03
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": 1697042153779,
"lastUpdate": 1697065450603,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -6134,6 +6134,72 @@ window.BENCHMARK_DATA = {
"extra": "57 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "469373fd2d4e74ba5f7d924cc3b5eda9338c1ddc",
"message": "test: remove more skips",
"timestamp": "2023-10-11T17:56:48-05:00",
"tree_id": "cb1f526378f38ea88c744e81ad0263d4d020ee9e",
"url": "https://github.com/forcedotcom/sfdx-core/commit/469373fd2d4e74ba5f7d924cc3b5eda9338c1ddc"
},
"date": 1697065429106,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 480185,
"range": "±7.93%",
"unit": "ops/sec",
"extra": "87 samples"
},
{
"name": "Logging a string on root logger",
"value": 550872,
"range": "±9.13%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "Logging an object on root logger",
"value": 304616,
"range": "±21.01%",
"unit": "ops/sec",
"extra": "46 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 150339,
"range": "±27.34%",
"unit": "ops/sec",
"extra": "40 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 180772,
"range": "±20.15%",
"unit": "ops/sec",
"extra": "38 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 117672,
"range": "±22.59%",
"unit": "ops/sec",
"extra": "42 samples"
}
]
}
]
}
Expand Down

0 comments on commit 482cc03

Please sign in to comment.