diff --git a/perf-Windows/data.js b/perf-Windows/data.js index c8b81b8fe2..8bea9e3d56 100644 --- a/perf-Windows/data.js +++ b/perf-Windows/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1697318027846, + "lastUpdate": 1697467725666, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - windows-latest": [ @@ -6596,6 +6596,72 @@ window.BENCHMARK_DATA = { "extra": "44 samples" } ] + }, + { + "commit": { + "author": { + "email": "shane.mclaughlin@salesforce.com", + "name": "mshanemc", + "username": "mshanemc" + }, + "committer": { + "email": "shane.mclaughlin@salesforce.com", + "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" + } + ] } ] }