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 813353c
  • Loading branch information
github-action-benchmark committed Sep 28, 2023
1 parent b56400e commit 58e85b4
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": 1695849444029,
"lastUpdate": 1695869418909,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -5078,6 +5078,72 @@ window.BENCHMARK_DATA = {
"extra": "17 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": "813353c4fa0200593ac2ea30020a732319b3988d",
"message": "chore(deps): bump get-func-name from 2.0.0 to 2.0.2 in /examples\n\nBumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2.\n- [Release notes](https://github.com/chaijs/get-func-name/releases)\n- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: get-func-name\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2023-09-28T02:46:08Z",
"tree_id": "e090574771b7611f39b0785df1246c09d5d2bbb6",
"url": "https://github.com/forcedotcom/sfdx-core/commit/813353c4fa0200593ac2ea30020a732319b3988d"
},
"date": 1695869411062,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 485875,
"range": "±10.82%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "Logging a string on root logger",
"value": 632052,
"range": "±9.87%",
"unit": "ops/sec",
"extra": "56 samples"
},
{
"name": "Logging an object on root logger",
"value": 485860,
"range": "±10.36%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 291157,
"range": "±10.85%",
"unit": "ops/sec",
"extra": "54 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 23706,
"range": "±184.76%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 282294,
"range": "±9.32%",
"unit": "ops/sec",
"extra": "60 samples"
}
]
}
]
}
Expand Down

0 comments on commit 58e85b4

Please sign in to comment.