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 1830bce
  • Loading branch information
github-action-benchmark committed Dec 4, 2023
1 parent 8e93318 commit d439e82
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": 1701705475055,
"lastUpdate": 1701706685270,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -11216,6 +11216,72 @@ window.BENCHMARK_DATA = {
"extra": "35 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "1830bce7da9d1624b8dfc215ad8f8d600ddff5d6",
"message": "refactor: parallel awaits, remove optional",
"timestamp": "2023-12-04T10:13:56-06:00",
"tree_id": "d868030ac0eb7f23b5b3cc81d7699d494ed5c8dd",
"url": "https://github.com/forcedotcom/sfdx-core/commit/1830bce7da9d1624b8dfc215ad8f8d600ddff5d6"
},
"date": 1701706678488,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 466013,
"range": "±1.92%",
"unit": "ops/sec",
"extra": "91 samples"
},
{
"name": "Logging a string on root logger",
"value": 698015,
"range": "±9.42%",
"unit": "ops/sec",
"extra": "56 samples"
},
{
"name": "Logging an object on root logger",
"value": 549253,
"range": "±5.93%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 16987,
"range": "±187.75%",
"unit": "ops/sec",
"extra": "42 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 391346,
"range": "±16.04%",
"unit": "ops/sec",
"extra": "61 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 357970,
"range": "±7.43%",
"unit": "ops/sec",
"extra": "65 samples"
}
]
}
]
}
Expand Down

0 comments on commit d439e82

Please sign in to comment.