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 95de99e
  • Loading branch information
github-action-benchmark committed Sep 1, 2024
1 parent 0c6616d commit bf4daea
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": 1725141819989,
"lastUpdate": 1725159836099,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -23426,6 +23426,72 @@ window.BENCHMARK_DATA = {
"extra": "68 samples"
}
]
},
{
"commit": {
"author": {
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"name": "dependabot[bot]",
"username": "dependabot[bot]"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "95de99e99211f04da907d82eeecf205f05138706",
"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] <support@github.com>",
"timestamp": "2024-09-01T03:00:16Z",
"tree_id": "3e305e55ae930623815e6141311991abe511a329",
"url": "https://github.com/forcedotcom/sfdx-core/commit/95de99e99211f04da907d82eeecf205f05138706"
},
"date": 1725159828577,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 457188,
"range": "±2.64%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 786066,
"range": "±7.07%",
"unit": "ops/sec",
"extra": "64 samples"
},
{
"name": "Logging an object on root logger",
"value": 584007,
"range": "±7.87%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 7506,
"range": "±203.83%",
"unit": "ops/sec",
"extra": "23 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 427521,
"range": "±9.15%",
"unit": "ops/sec",
"extra": "61 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 373421,
"range": "±7.59%",
"unit": "ops/sec",
"extra": "56 samples"
}
]
}
]
}
Expand Down

0 comments on commit bf4daea

Please sign in to comment.