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 d0c1048
  • Loading branch information
github-action-benchmark committed Sep 21, 2024
1 parent bcfe68b commit e478877
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": 1726349653404,
"lastUpdate": 1726953369566,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -23888,6 +23888,72 @@ window.BENCHMARK_DATA = {
"extra": "55 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": "d0c1048f7f88e209e3a44765e8de92987b0ae8e5",
"message": "chore(dev-deps): bump @types/jsonwebtoken from 9.0.6 to 9.0.7\n\nBumps [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) from 9.0.6 to 9.0.7.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/jsonwebtoken\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"timestamp": "2024-09-21T21:12:32Z",
"tree_id": "17c07ecd356a365547993885345cc657e0fbce03",
"url": "https://github.com/forcedotcom/sfdx-core/commit/d0c1048f7f88e209e3a44765e8de92987b0ae8e5"
},
"date": 1726953362008,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 469127,
"range": "±1.29%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "Logging a string on root logger",
"value": 810489,
"range": "±10.24%",
"unit": "ops/sec",
"extra": "61 samples"
},
{
"name": "Logging an object on root logger",
"value": 645093,
"range": "±6.87%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 3881,
"range": "±217.66%",
"unit": "ops/sec",
"extra": "12 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 456429,
"range": "±9.49%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 361433,
"range": "±8.40%",
"unit": "ops/sec",
"extra": "52 samples"
}
]
}
]
}
Expand Down

0 comments on commit e478877

Please sign in to comment.