Skip to content

Commit

Permalink
add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result …
Browse files Browse the repository at this point in the history
…for 8cb21ce
  • Loading branch information
github-action-benchmark committed Nov 5, 2023
1 parent 18386ae commit 9abe469
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Linux/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1699133628842,
"lastUpdate": 1699163378883,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -8642,6 +8642,72 @@ window.BENCHMARK_DATA = {
"extra": "72 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": "8cb21ce85a5ab07d8fba7204b9d644024d58946d",
"message": "chore(dev-deps): bump @salesforce/ts-sinon from 1.4.18 to 1.4.19\n\nBumps [@salesforce/ts-sinon](https://github.com/forcedotcom/ts-sinon) from 1.4.18 to 1.4.19.\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.18...1.4.19)\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-11-05T05:46:11Z",
"tree_id": "38a2eaf806002068ef09a9c60836b726138c588f",
"url": "https://github.com/forcedotcom/sfdx-core/commit/8cb21ce85a5ab07d8fba7204b9d644024d58946d"
},
"date": 1699163373361,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 705998,
"range": "±1.56%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "Logging a string on root logger",
"value": 769369,
"range": "±9.53%",
"unit": "ops/sec",
"extra": "52 samples"
},
{
"name": "Logging an object on root logger",
"value": 599796,
"range": "±6.73%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 9546,
"range": "±206.83%",
"unit": "ops/sec",
"extra": "17 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 499136,
"range": "±7.10%",
"unit": "ops/sec",
"extra": "56 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 376470,
"range": "±9.01%",
"unit": "ops/sec",
"extra": "57 samples"
}
]
}
]
}
Expand Down

0 comments on commit 9abe469

Please sign in to comment.