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 9c419e7
  • Loading branch information
github-action-benchmark committed Sep 24, 2023
1 parent 0145ad0 commit c1ef63e
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": 1695504909041,
"lastUpdate": 1695523818792,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -4814,6 +4814,72 @@ window.BENCHMARK_DATA = {
"extra": "65 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": "9c419e71223d37bc845953b45bbd0f271f9d13d6",
"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-24T02:46:35Z",
"tree_id": "79099d07213070b01697e34f593e9f571889f757",
"url": "https://github.com/forcedotcom/sfdx-core/commit/9c419e71223d37bc845953b45bbd0f271f9d13d6"
},
"date": 1695523811793,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 542112,
"range": "±3.73%",
"unit": "ops/sec",
"extra": "94 samples"
},
{
"name": "Logging a string on root logger",
"value": 577947,
"range": "±17.68%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object on root logger",
"value": 423355,
"range": "±13.28%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 274006,
"range": "±17.65%",
"unit": "ops/sec",
"extra": "55 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 11447,
"range": "±188.19%",
"unit": "ops/sec",
"extra": "33 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 259153,
"range": "±15.89%",
"unit": "ops/sec",
"extra": "60 samples"
}
]
}
]
}
Expand Down

0 comments on commit c1ef63e

Please sign in to comment.