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 76c978f
  • Loading branch information
github-action-benchmark committed Sep 23, 2023
1 parent 8f88106 commit 9c798ae
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": 1694919003674,
"lastUpdate": 1695504909041,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -4748,6 +4748,72 @@ window.BENCHMARK_DATA = {
"extra": "37 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": "76c978f7d4c00aaf4afee0bf84ee1a4c3fdaa8ad",
"message": "chore(dev-deps): bump eslint from 8.49.0 to 8.50.0\n\nBumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2023-09-23T21:30:50Z",
"tree_id": "78579026353c0e54644c930173721676f49fcb34",
"url": "https://github.com/forcedotcom/sfdx-core/commit/76c978f7d4c00aaf4afee0bf84ee1a4c3fdaa8ad"
},
"date": 1695504900751,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 513087,
"range": "±0.50%",
"unit": "ops/sec",
"extra": "94 samples"
},
{
"name": "Logging a string on root logger",
"value": 691308,
"range": "±14.25%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object on root logger",
"value": 530685,
"range": "±11.69%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 15419,
"range": "±185.99%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 380384,
"range": "±12.28%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 287378,
"range": "±9.07%",
"unit": "ops/sec",
"extra": "65 samples"
}
]
}
]
}
Expand Down

0 comments on commit 9c798ae

Please sign in to comment.