Skip to content

Commit

Permalink
add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result…
Browse files Browse the repository at this point in the history
… for 19aeb98
  • Loading branch information
github-action-benchmark committed Sep 27, 2023
1 parent 5491a47 commit 9a13ad5
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Windows/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1695848064145,
"lastUpdate": 1695849544529,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -4946,6 +4946,72 @@ window.BENCHMARK_DATA = {
"extra": "48 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": "19aeb98c16297da433f3227e413fe92833929108",
"message": "fix(deps): bump get-func-name from 2.0.0 to 2.0.2\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-27T21:13:18Z",
"tree_id": "c9c246cb69149a5195ada65296174ff3bf4cba1f",
"url": "https://github.com/forcedotcom/sfdx-core/commit/19aeb98c16297da433f3227e413fe92833929108"
},
"date": 1695849525552,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 467514,
"range": "±1.32%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 626515,
"range": "±11.77%",
"unit": "ops/sec",
"extra": "28 samples"
},
{
"name": "Logging an object on root logger",
"value": 307157,
"range": "±20.00%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 157333,
"range": "±26.31%",
"unit": "ops/sec",
"extra": "45 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 208181,
"range": "±24.64%",
"unit": "ops/sec",
"extra": "42 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 124777,
"range": "±26.33%",
"unit": "ops/sec",
"extra": "39 samples"
}
]
}
]
}
Expand Down

0 comments on commit 9a13ad5

Please sign in to comment.