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 9ebbe71
  • Loading branch information
github-action-benchmark committed Feb 11, 2025
1 parent cab591a commit d134163
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": 1739050803058,
"lastUpdate": 1739300751456,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -25340,6 +25340,72 @@ window.BENCHMARK_DATA = {
"extra": "35 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Cristian Dominguez",
"username": "cristiand391"
},
"committer": {
"email": "[email protected]",
"name": "Cristian Dominguez",
"username": "cristiand391"
},
"distinct": true,
"id": "9ebbe7116f8c1b3a378362cfe0249d8137866cf2",
"message": "fix: jwt logging",
"timestamp": "2025-02-11T15:58:36-03:00",
"tree_id": "b8aac6fc2c8b395f0f4d2d49165b23bb4343a5f1",
"url": "https://github.com/forcedotcom/sfdx-core/commit/9ebbe7116f8c1b3a378362cfe0249d8137866cf2"
},
"date": 1739300726735,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 334964,
"range": "±1.70%",
"unit": "ops/sec",
"extra": "89 samples"
},
{
"name": "Logging a string on root logger",
"value": 859757,
"range": "±9.58%",
"unit": "ops/sec",
"extra": "60 samples"
},
{
"name": "Logging an object on root logger",
"value": 39041,
"range": "±184.61%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 413813,
"range": "±8.12%",
"unit": "ops/sec",
"extra": "75 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 515419,
"range": "±8.52%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 18759,
"range": "±187.29%",
"unit": "ops/sec",
"extra": "39 samples"
}
]
}
]
}
Expand Down

0 comments on commit d134163

Please sign in to comment.