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 8aed637
  • Loading branch information
github-action-benchmark committed Dec 28, 2024
1 parent 3ec3e06 commit 2086d87
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": 1734817877988,
"lastUpdate": 1735420399460,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -25340,6 +25340,72 @@ window.BENCHMARK_DATA = {
"extra": "5 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": "8aed637bdf89d021103a92bbcd61b676d7d7ea76",
"message": "fix(deps): bump pino from 9.4.0 to 9.6.0\n\nBumps [pino](https://github.com/pinojs/pino) from 9.4.0 to 9.6.0.\n- [Release notes](https://github.com/pinojs/pino/releases)\n- [Commits](https://github.com/pinojs/pino/compare/v9.4.0...v9.6.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-12-28T21:09:16Z",
"tree_id": "2dcd1664db3426902eb87b70aded4ada02b05b21",
"url": "https://github.com/forcedotcom/sfdx-core/commit/8aed637bdf89d021103a92bbcd61b676d7d7ea76"
},
"date": 1735420391590,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 495484,
"range": "±0.41%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "Logging a string on root logger",
"value": 1161434,
"range": "±6.51%",
"unit": "ops/sec",
"extra": "73 samples"
},
{
"name": "Logging an object on root logger",
"value": 22983,
"range": "±201.11%",
"unit": "ops/sec",
"extra": "24 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 599012,
"range": "±5.63%",
"unit": "ops/sec",
"extra": "81 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 647085,
"range": "±7.17%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 29269,
"range": "±185.00%",
"unit": "ops/sec",
"extra": "76 samples"
}
]
}
]
}
Expand Down

0 comments on commit 2086d87

Please sign in to comment.