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 8b75440
  • Loading branch information
github-action-benchmark committed Aug 29, 2024
1 parent c530634 commit 829276d
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": 1724878034097,
"lastUpdate": 1724945266926,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -23162,6 +23162,72 @@ window.BENCHMARK_DATA = {
"extra": "40 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": "8b75440b8047cd8aa0c34bcaf345544837e2b67a",
"message": "fix(deps): bump micromatch from 4.0.7 to 4.0.8\n\nBumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.\n- [Release notes](https://github.com/micromatch/micromatch/releases)\n- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8)\n\n---\nupdated-dependencies:\n- dependency-name: micromatch\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2024-08-29T15:23:42Z",
"tree_id": "1bf330e96531d1a3d5d76aff480dadeccc4d468c",
"url": "https://github.com/forcedotcom/sfdx-core/commit/8b75440b8047cd8aa0c34bcaf345544837e2b67a"
},
"date": 1724945258905,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 474604,
"range": "±1.70%",
"unit": "ops/sec",
"extra": "89 samples"
},
{
"name": "Logging a string on root logger",
"value": 880537,
"range": "±6.85%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Logging an object on root logger",
"value": 658294,
"range": "±4.83%",
"unit": "ops/sec",
"extra": "71 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 22253,
"range": "±186.45%",
"unit": "ops/sec",
"extra": "76 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 505081,
"range": "±9.38%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 17569,
"range": "±187.34%",
"unit": "ops/sec",
"extra": "35 samples"
}
]
}
]
}
Expand Down

0 comments on commit 829276d

Please sign in to comment.