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 7e05681
  • Loading branch information
github-action-benchmark committed Oct 20, 2023
1 parent bb57d51 commit f0e4dc0
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": 1697840084395,
"lastUpdate": 1697840726369,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -7520,6 +7520,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": "7e0568183015151e649883ebcf581be298f792b3",
"message": "fix(deps): bump pino from 8.15.6 to 8.16.0\n\nBumps [pino](https://github.com/pinojs/pino) from 8.15.6 to 8.16.0.\n- [Release notes](https://github.com/pinojs/pino/releases)\n- [Commits](https://github.com/pinojs/pino/compare/v8.15.6...v8.16.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": "2023-10-20T22:21:38Z",
"tree_id": "077ed498c7d055da96a6eab98091f4604a1fd0b6",
"url": "https://github.com/forcedotcom/sfdx-core/commit/7e0568183015151e649883ebcf581be298f792b3"
},
"date": 1697840717523,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 410645,
"range": "±25.05%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 598208,
"range": "±17.26%",
"unit": "ops/sec",
"extra": "48 samples"
},
{
"name": "Logging an object on root logger",
"value": 489832,
"range": "±10.46%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 278544,
"range": "±14.00%",
"unit": "ops/sec",
"extra": "50 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 4162,
"range": "±220.92%",
"unit": "ops/sec",
"extra": "11 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 277479,
"range": "±13.39%",
"unit": "ops/sec",
"extra": "59 samples"
}
]
}
]
}
Expand Down

0 comments on commit f0e4dc0

Please sign in to comment.