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 dfca5aa
  • Loading branch information
github-action-benchmark committed Oct 21, 2023
1 parent 897063e commit 81f14f3
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": 1697840998606,
"lastUpdate": 1697924973403,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -7520,6 +7520,72 @@ window.BENCHMARK_DATA = {
"extra": "62 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": "dfca5aa90e070ef794c2d6db09fce92eec0ee1f2",
"message": "chore(dev-deps): bump @salesforce/ts-sinon from 1.4.16 to 1.4.18\n\nBumps [@salesforce/ts-sinon](https://github.com/forcedotcom/ts-sinon) from 1.4.16 to 1.4.18.\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.16...1.4.18)\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-10-21T21:43:02Z",
"tree_id": "373e164df99c443a0e8ada90b77040e06a5e1854",
"url": "https://github.com/forcedotcom/sfdx-core/commit/dfca5aa90e070ef794c2d6db09fce92eec0ee1f2"
},
"date": 1697924948737,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 477244,
"range": "±0.60%",
"unit": "ops/sec",
"extra": "94 samples"
},
{
"name": "Logging a string on root logger",
"value": 539145,
"range": "±15.55%",
"unit": "ops/sec",
"extra": "57 samples"
},
{
"name": "Logging an object on root logger",
"value": 392030,
"range": "±14.72%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 292519,
"range": "±7.43%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 242919,
"range": "±23.73%",
"unit": "ops/sec",
"extra": "37 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 3451,
"range": "±206.44%",
"unit": "ops/sec",
"extra": "19 samples"
}
]
}
]
}
Expand Down

0 comments on commit 81f14f3

Please sign in to comment.