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 78cc9c5
  • Loading branch information
github-action-benchmark committed Aug 7, 2024
1 parent 88f522e commit 8a9e420
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": 1722987109623,
"lastUpdate": 1723042657454,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -22106,6 +22106,72 @@ window.BENCHMARK_DATA = {
"extra": "64 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "78cc9c5df9a2a828af23c78a485c7d1fd9ad0a26",
"message": "test: remove ut init hook",
"timestamp": "2024-08-07T09:51:03-05:00",
"tree_id": "aac46a79ccda152872759b076d8d4444544c96ab",
"url": "https://github.com/forcedotcom/sfdx-core/commit/78cc9c5df9a2a828af23c78a485c7d1fd9ad0a26"
},
"date": 1723042638998,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 326397,
"range": "±0.72%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "Logging a string on root logger",
"value": 807015,
"range": "±6.26%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object on root logger",
"value": 589255,
"range": "±7.94%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 3352,
"range": "±218.11%",
"unit": "ops/sec",
"extra": "12 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 447267,
"range": "±10.85%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 348973,
"range": "±4.78%",
"unit": "ops/sec",
"extra": "67 samples"
}
]
}
]
}
Expand Down

0 comments on commit 8a9e420

Please sign in to comment.