diff --git a/perf-Windows/data.js b/perf-Windows/data.js index cf075839ee..44c4695799 100644 --- a/perf-Windows/data.js +++ b/perf-Windows/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699997184270, + "lastUpdate": 1700056421010, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - windows-latest": [ @@ -9896,6 +9896,72 @@ window.BENCHMARK_DATA = { "extra": "66 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": "ff8b06696f7ef88ac74a35f60e281b90eb74471b", + "message": "fix: write safety and valid typing for sfProject", + "timestamp": "2023-11-15T07:46:50-06:00", + "tree_id": "1254fecc9b14651415d1d2c18948581efdb53311", + "url": "https://github.com/forcedotcom/sfdx-core/commit/ff8b06696f7ef88ac74a35f60e281b90eb74471b" + }, + "date": 1700056404594, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 321839, + "range": "±0.70%", + "unit": "ops/sec", + "extra": "92 samples" + }, + { + "name": "Logging a string on root logger", + "value": 816003, + "range": "±5.37%", + "unit": "ops/sec", + "extra": "69 samples" + }, + { + "name": "Logging an object on root logger", + "value": 535151, + "range": "±7.75%", + "unit": "ops/sec", + "extra": "68 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 7941, + "range": "±201.98%", + "unit": "ops/sec", + "extra": "24 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 493003, + "range": "±6.01%", + "unit": "ops/sec", + "extra": "73 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 308487, + "range": "±5.07%", + "unit": "ops/sec", + "extra": "72 samples" + } + ] } ] }