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 2079efc
  • Loading branch information
github-action-benchmark committed Sep 30, 2023
1 parent f9d1e3c commit 2f31467
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": 1696027214314,
"lastUpdate": 1696108631696,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -5144,6 +5144,72 @@ window.BENCHMARK_DATA = {
"extra": "75 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": "2079efcfaf668cdaf0c63b2e19fd007aa4cf3a54",
"message": "chore(dev-deps): bump @salesforce/ts-sinon from 1.4.15 to 1.4.16\n\nBumps [@salesforce/ts-sinon](https://github.com/forcedotcom/ts-sinon) from 1.4.15 to 1.4.16.\n- [Release notes](https://github.com/forcedotcom/ts-sinon/releases)\n- [Changelog](https://github.com/forcedotcom/ts-sinon/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/forcedotcom/ts-sinon/compare/1.4.15...1.4.16)\n\n---\nupdated-dependencies:\n- dependency-name: \"@salesforce/ts-sinon\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2023-09-30T21:10:35Z",
"tree_id": "e37fc98917424d7f2f01c353e56b3c5e48df6dad",
"url": "https://github.com/forcedotcom/sfdx-core/commit/2079efcfaf668cdaf0c63b2e19fd007aa4cf3a54"
},
"date": 1696108615302,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 497933,
"range": "±1.01%",
"unit": "ops/sec",
"extra": "91 samples"
},
{
"name": "Logging a string on root logger",
"value": 575696,
"range": "±10.52%",
"unit": "ops/sec",
"extra": "59 samples"
},
{
"name": "Logging an object on root logger",
"value": 405458,
"range": "±13.21%",
"unit": "ops/sec",
"extra": "58 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 258876,
"range": "±16.99%",
"unit": "ops/sec",
"extra": "58 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 273355,
"range": "±22.39%",
"unit": "ops/sec",
"extra": "44 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 13418,
"range": "±186.77%",
"unit": "ops/sec",
"extra": "73 samples"
}
]
}
]
}
Expand Down

0 comments on commit 2f31467

Please sign in to comment.