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 ac78de4
  • Loading branch information
github-action-benchmark committed Nov 14, 2023
1 parent c657820 commit 32f02e5
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": 1699905177663,
"lastUpdate": 1699981759959,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -9764,6 +9764,72 @@ window.BENCHMARK_DATA = {
"extra": "68 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "ac78de4f76f133b7cbe14f3f5b55169e73f97033",
"message": "refactor: revert #980 in favor of a jsforce solution",
"timestamp": "2023-11-14T11:03:26-06:00",
"tree_id": "6c5f7e59e55413fe4e6f906068850fdbae78305f",
"url": "https://github.com/forcedotcom/sfdx-core/commit/ac78de4f76f133b7cbe14f3f5b55169e73f97033"
},
"date": 1699981747099,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 342487,
"range": "±0.59%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "Logging a string on root logger",
"value": 780924,
"range": "±8.47%",
"unit": "ops/sec",
"extra": "52 samples"
},
{
"name": "Logging an object on root logger",
"value": 593347,
"range": "±5.22%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 8579,
"range": "±200.16%",
"unit": "ops/sec",
"extra": "27 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 449208,
"range": "±6.93%",
"unit": "ops/sec",
"extra": "64 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 336063,
"range": "±5.57%",
"unit": "ops/sec",
"extra": "71 samples"
}
]
}
]
}
Expand Down

0 comments on commit 32f02e5

Please sign in to comment.