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 51c0eed
  • Loading branch information
github-action-benchmark committed Aug 3, 2024
1 parent 1b07060 commit 92a8efa
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": 1722536064163,
"lastUpdate": 1722720684898,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -21974,6 +21974,72 @@ window.BENCHMARK_DATA = {
"extra": "64 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": "51c0eedb072924ab36e4e9bd8ed515cd15b65dfc",
"message": "fix(deps): bump @jsforce/jsforce-node from 3.4.0 to 3.4.1\n\nBumps [@jsforce/jsforce-node](https://github.com/jsforce/jsforce) from 3.4.0 to 3.4.1.\n- [Release notes](https://github.com/jsforce/jsforce/releases)\n- [Changelog](https://github.com/jsforce/jsforce/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/jsforce/jsforce/compare/3.4.0...3.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: \"@jsforce/jsforce-node\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2024-08-03T21:26:30Z",
"tree_id": "f78b61fd307311b71a2933da4b60cd1f7ff2f973",
"url": "https://github.com/forcedotcom/sfdx-core/commit/51c0eedb072924ab36e4e9bd8ed515cd15b65dfc"
},
"date": 1722720672335,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 348186,
"range": "±0.36%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "Logging a string on root logger",
"value": 790124,
"range": "±5.08%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Logging an object on root logger",
"value": 595122,
"range": "±7.86%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 7688,
"range": "±201.20%",
"unit": "ops/sec",
"extra": "27 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 451803,
"range": "±5.58%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 324591,
"range": "±5.94%",
"unit": "ops/sec",
"extra": "65 samples"
}
]
}
]
}
Expand Down

0 comments on commit 92a8efa

Please sign in to comment.