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 079d73b
  • Loading branch information
github-action-benchmark committed Oct 16, 2023
1 parent a8f330f commit 69aaa72
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": 1697318027846,
"lastUpdate": 1697467725666,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -6596,6 +6596,72 @@ window.BENCHMARK_DATA = {
"extra": "44 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "079d73ba0fa0fe6aec08540d63913bc749977c2f",
"message": "Merge branch 'sm/crdt-config' of https://github.com/forcedotcom/sfdx-core into sm/crdt-config",
"timestamp": "2023-10-16T09:41:30-05:00",
"tree_id": "819094436046d7bbec69fdb71301a915550de7cd",
"url": "https://github.com/forcedotcom/sfdx-core/commit/079d73ba0fa0fe6aec08540d63913bc749977c2f"
},
"date": 1697467706994,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 480184,
"range": "±0.80%",
"unit": "ops/sec",
"extra": "90 samples"
},
{
"name": "Logging a string on root logger",
"value": 581472,
"range": "±14.30%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Logging an object on root logger",
"value": 310618,
"range": "±18.84%",
"unit": "ops/sec",
"extra": "58 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 170705,
"range": "±22.63%",
"unit": "ops/sec",
"extra": "38 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 161247,
"range": "±21.83%",
"unit": "ops/sec",
"extra": "39 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 147727,
"range": "±19.13%",
"unit": "ops/sec",
"extra": "47 samples"
}
]
}
]
}
Expand Down

0 comments on commit 69aaa72

Please sign in to comment.