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 03c71c1
  • Loading branch information
github-action-benchmark committed Dec 21, 2024
1 parent bd73ad7 commit 2161db3
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": 1731506887018,
"lastUpdate": 1734817877988,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -25274,6 +25274,72 @@ window.BENCHMARK_DATA = {
"extra": "16 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": "03c71c1b685ec3203178301d40b74775888b91cd",
"message": "chore(dev-deps): bump esbuild from 0.23.1 to 0.24.2\n\nBumps [esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.24.2.\n- [Release notes](https://github.com/evanw/esbuild/releases)\n- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/evanw/esbuild/compare/v0.23.1...v0.24.2)\n\n---\nupdated-dependencies:\n- dependency-name: esbuild\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2024-12-21T21:47:52Z",
"tree_id": "b190bce999295c3c677434d42c6756a7e1b7d135",
"url": "https://github.com/forcedotcom/sfdx-core/commit/03c71c1b685ec3203178301d40b74775888b91cd"
},
"date": 1734817870391,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 485287,
"range": "±2.03%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "Logging a string on root logger",
"value": 1041051,
"range": "±9.99%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Logging an object on root logger",
"value": 31367,
"range": "±189.08%",
"unit": "ops/sec",
"extra": "34 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 497483,
"range": "±19.22%",
"unit": "ops/sec",
"extra": "76 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 667746,
"range": "±9.86%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 3677,
"range": "±275.98%",
"unit": "ops/sec",
"extra": "5 samples"
}
]
}
]
}
Expand Down

0 comments on commit 2161db3

Please sign in to comment.