-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result…
… for d0c1048
- Loading branch information
github-action-benchmark
committed
Sep 21, 2024
1 parent
e478877
commit 56edf8e
Showing
1 changed file
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1726349851596, | ||
"lastUpdate": 1726953501061, | ||
"repoUrl": "https://github.com/forcedotcom/sfdx-core", | ||
"entries": { | ||
"Logger Benchmarks - windows-latest": [ | ||
|
@@ -23558,6 +23558,72 @@ window.BENCHMARK_DATA = { | |
"extra": "66 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": "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] <[email protected]>", | ||
"timestamp": "2024-09-21T21:12:32Z", | ||
"tree_id": "17c07ecd356a365547993885345cc657e0fbce03", | ||
"url": "https://github.com/forcedotcom/sfdx-core/commit/d0c1048f7f88e209e3a44765e8de92987b0ae8e5" | ||
}, | ||
"date": 1726953484802, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "Child logger creation", | ||
"value": 328785, | ||
"range": "±0.68%", | ||
"unit": "ops/sec", | ||
"extra": "90 samples" | ||
}, | ||
{ | ||
"name": "Logging a string on root logger", | ||
"value": 782310, | ||
"range": "±7.28%", | ||
"unit": "ops/sec", | ||
"extra": "52 samples" | ||
}, | ||
{ | ||
"name": "Logging an object on root logger", | ||
"value": 598099, | ||
"range": "±12.46%", | ||
"unit": "ops/sec", | ||
"extra": "34 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a message on root logger", | ||
"value": 16337, | ||
"range": "±186.92%", | ||
"unit": "ops/sec", | ||
"extra": "68 samples" | ||
}, | ||
{ | ||
"name": "Logging an object with a redacted prop on root logger", | ||
"value": 498667, | ||
"range": "±7.67%", | ||
"unit": "ops/sec", | ||
"extra": "61 samples" | ||
}, | ||
{ | ||
"name": "Logging a nested 3-level object on root logger", | ||
"value": 20480, | ||
"range": "±184.38%", | ||
"unit": "ops/sec", | ||
"extra": "66 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|