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 d3e22b9
  • Loading branch information
github-action-benchmark committed Oct 1, 2023
1 parent 8eeaa83 commit 497bf99
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": 1696108462542,
"lastUpdate": 1696139445735,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -5276,6 +5276,72 @@ window.BENCHMARK_DATA = {
"extra": "59 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": "d3e22b9420beae576ca085fd4827c169f8b54535",
"message": "fix(deps): bump @salesforce/ts-types from 2.0.7 to 2.0.8\n\nBumps [@salesforce/ts-types](https://github.com/forcedotcom/ts-types) from 2.0.7 to 2.0.8.\n- [Release notes](https://github.com/forcedotcom/ts-types/releases)\n- [Changelog](https://github.com/forcedotcom/ts-types/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/forcedotcom/ts-types/compare/2.0.7...2.0.8)\n\n---\nupdated-dependencies:\n- dependency-name: \"@salesforce/ts-types\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2023-10-01T05:46:42Z",
"tree_id": "891093bc0285eb25639dcd6ff396639e838529fd",
"url": "https://github.com/forcedotcom/sfdx-core/commit/d3e22b9420beae576ca085fd4827c169f8b54535"
},
"date": 1696139436574,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 451704,
"range": "±1.00%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 404015,
"range": "±15.69%",
"unit": "ops/sec",
"extra": "50 samples"
},
{
"name": "Logging an object on root logger",
"value": 297073,
"range": "±10.13%",
"unit": "ops/sec",
"extra": "44 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 200285,
"range": "±9.47%",
"unit": "ops/sec",
"extra": "59 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 238942,
"range": "±13.78%",
"unit": "ops/sec",
"extra": "50 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 6819,
"range": "±188.97%",
"unit": "ops/sec",
"extra": "40 samples"
}
]
}
]
}
Expand Down

0 comments on commit 497bf99

Please sign in to comment.