Skip to content

Commit

Permalink
add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result …
Browse files Browse the repository at this point in the history
…for 70f9b35
  • Loading branch information
github-action-benchmark committed Aug 6, 2024
1 parent 92a8efa commit 0027295
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Linux/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1722720625047,
"lastUpdate": 1722986939241,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -22370,6 +22370,72 @@ window.BENCHMARK_DATA = {
"extra": "49 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "70f9b3565b385d4b0aaea44079ee129cba0f9dce",
"message": "test: run entire nut",
"timestamp": "2024-08-06T18:24:39-05:00",
"tree_id": "55cd8b7e9c05a0d2a1ee3e62af744f3c72b06721",
"url": "https://github.com/forcedotcom/sfdx-core/commit/70f9b3565b385d4b0aaea44079ee129cba0f9dce"
},
"date": 1722986931958,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 474498,
"range": "±1.97%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "Logging a string on root logger",
"value": 827145,
"range": "±6.68%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging an object on root logger",
"value": 599119,
"range": "±7.11%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 4488,
"range": "±220.47%",
"unit": "ops/sec",
"extra": "11 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 443920,
"range": "±10.30%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 397344,
"range": "±8.35%",
"unit": "ops/sec",
"extra": "57 samples"
}
]
}
]
}
Expand Down

0 comments on commit 0027295

Please sign in to comment.