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 6d3c02a
  • Loading branch information
github-action-benchmark committed Oct 28, 2023
1 parent 0f2d32d commit e6ac4c3
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": 1698443254990,
"lastUpdate": 1698528785855,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -8180,6 +8180,72 @@ window.BENCHMARK_DATA = {
"extra": "51 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": "6d3c02a2000f698bb8a21e5c796bc6f28b58595d",
"message": "fix(deps): bump @salesforce/kit from 3.0.14 to 3.0.15\n\nBumps [@salesforce/kit](https://github.com/forcedotcom/kit) from 3.0.14 to 3.0.15.\n- [Release notes](https://github.com/forcedotcom/kit/releases)\n- [Changelog](https://github.com/forcedotcom/kit/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/forcedotcom/kit/compare/3.0.14...3.0.15)\n\n---\nupdated-dependencies:\n- dependency-name: \"@salesforce/kit\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2023-10-28T21:26:39Z",
"tree_id": "9f9964e4aa634876fe249c5d531b20d9833f18d1",
"url": "https://github.com/forcedotcom/sfdx-core/commit/6d3c02a2000f698bb8a21e5c796bc6f28b58595d"
},
"date": 1698528766617,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 415596,
"range": "±1.09%",
"unit": "ops/sec",
"extra": "85 samples"
},
{
"name": "Logging a string on root logger",
"value": 534422,
"range": "±5.04%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Logging an object on root logger",
"value": 336889,
"range": "±18.96%",
"unit": "ops/sec",
"extra": "55 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 227362,
"range": "±18.35%",
"unit": "ops/sec",
"extra": "55 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 238893,
"range": "±18.78%",
"unit": "ops/sec",
"extra": "49 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 5304,
"range": "±190.33%",
"unit": "ops/sec",
"extra": "40 samples"
}
]
}
]
}
Expand Down

0 comments on commit e6ac4c3

Please sign in to comment.