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 49d9063
  • Loading branch information
github-action-benchmark committed Oct 26, 2024
1 parent 35b8555 commit e485afa
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": 1729807670823,
"lastUpdate": 1729978183717,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -24878,6 +24878,72 @@ window.BENCHMARK_DATA = {
"extra": "39 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": "49d90630b7315183a252651d25f509ec0fb30a8b",
"message": "fix(deps): bump pino from 9.4.0 to 9.5.0\n\nBumps [pino](https://github.com/pinojs/pino) from 9.4.0 to 9.5.0.\n- [Release notes](https://github.com/pinojs/pino/releases)\n- [Commits](https://github.com/pinojs/pino/compare/v9.4.0...v9.5.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-10-26T21:26:00Z",
"tree_id": "039892617cde13ac37dfa312b28f1292b86c5042",
"url": "https://github.com/forcedotcom/sfdx-core/commit/49d90630b7315183a252651d25f509ec0fb30a8b"
},
"date": 1729978175934,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 478428,
"range": "±1.68%",
"unit": "ops/sec",
"extra": "90 samples"
},
{
"name": "Logging a string on root logger",
"value": 941858,
"range": "±9.34%",
"unit": "ops/sec",
"extra": "56 samples"
},
{
"name": "Logging an object on root logger",
"value": 39044,
"range": "±186.02%",
"unit": "ops/sec",
"extra": "52 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 465273,
"range": "±6.92%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 577879,
"range": "±7.03%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 13513,
"range": "±199.19%",
"unit": "ops/sec",
"extra": "27 samples"
}
]
}
]
}
Expand Down

0 comments on commit e485afa

Please sign in to comment.