-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result …
…for bb3dcff
- Loading branch information
github-action-benchmark
committed
Sep 7, 2024
1 parent
e4f4251
commit 1d82ecd
Showing
1 changed file
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1725411440764, | ||
"lastUpdate": 1725745811538, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - ubuntu-latest": [ | ||
|
@@ -23558,6 +23558,72 @@ window.BENCHMARK_DATA = { | |
"extra": "42 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "49699333+dependabot[bot]@users.noreply.github.com", | ||
"name": "dependabot[bot]", | ||
"username": "dependabot[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "bb3dcffded446a4454d099a72565d66b1dd43c72", | ||
"message": "fix(deps): bump pino from 9.3.2 to 9.4.0\n\nBumps [pino](https://github.com/pinojs/pino) from 9.3.2 to 9.4.0.\n- [Release notes](https://github.com/pinojs/pino/releases)\n- [Commits](https://github.com/pinojs/pino/compare/v9.3.2...v9.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: pino\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>", | ||
"timestamp": "2024-09-07T21:46:03Z", | ||
"tree_id": "6c23d128b096565b5c8a06207df6ea07b9870c2a", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/bb3dcffded446a4454d099a72565d66b1dd43c72" | ||
}, | ||
"date": 1725745803027, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 466451, | ||
"range": "±1.06%", | ||
"unit": "ops/sec", | ||
"extra": "92 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 860742, | ||
"range": "±10.73%", | ||
"unit": "ops/sec", | ||
"extra": "60 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 596456, | ||
"range": "±9.02%", | ||
"unit": "ops/sec", | ||
"extra": "69 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 22307, | ||
"range": "±184.18%", | ||
"unit": "ops/sec", | ||
"extra": "63 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 441725, | ||
"range": "±6.97%", | ||
"unit": "ops/sec", | ||
"extra": "69 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 345206, | ||
"range": "±9.22%", | ||
"unit": "ops/sec", | ||
"extra": "66 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|