Skip to content

Commit

Permalink
add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result…
Browse files Browse the repository at this point in the history
… for df973a0
  • Loading branch information
github-action-benchmark committed Sep 14, 2024
1 parent 939b7bb commit e32f941
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Windows/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1726085537378,
"lastUpdate": 1726349851596,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -23492,6 +23492,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": "df973a01a348d47687687099677b155ed3e21dd3",
"message": "chore(dev-deps): bump typescript from 5.5.4 to 5.6.2\n\nBumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.\n- [Release notes](https://github.com/microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2024-09-14T21:30:37Z",
"tree_id": "608c4dabc2c5798cff1ef8d8e423b8f9a856d2ae",
"url": "https://github.com/forcedotcom/sfdx-core/commit/df973a01a348d47687687099677b155ed3e21dd3"
},
"date": 1726349834647,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 329246,
"range": "±0.78%",
"unit": "ops/sec",
"extra": "90 samples"
},
{
"name": "Logging a string on root logger",
"value": 816697,
"range": "±6.06%",
"unit": "ops/sec",
"extra": "73 samples"
},
{
"name": "Logging an object on root logger",
"value": 576846,
"range": "±5.54%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 5667,
"range": "±206.59%",
"unit": "ops/sec",
"extra": "19 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 475958,
"range": "±11.87%",
"unit": "ops/sec",
"extra": "72 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 340833,
"range": "±4.81%",
"unit": "ops/sec",
"extra": "66 samples"
}
]
}
]
}
Expand Down

0 comments on commit e32f941

Please sign in to comment.