diff --git a/perf-Windows/data.js b/perf-Windows/data.js index 02219ba900..abcd0e7b2e 100644 --- a/perf-Windows/data.js +++ b/perf-Windows/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701093885097, + "lastUpdate": 1701113077867, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - windows-latest": [ @@ -10820,6 +10820,72 @@ window.BENCHMARK_DATA = { "extra": "62 samples" } ] + }, + { + "commit": { + "author": { + "email": "cdominguez@salesforce.com", + "name": "Cristian Dominguez", + "username": "cristiand391" + }, + "committer": { + "email": "cdominguez@salesforce.com", + "name": "Cristian Dominguez", + "username": "cristiand391" + }, + "distinct": true, + "id": "0d1954522ece0bbb4d8447a93003fed6e6fe6173", + "message": "fix: bump jsforce", + "timestamp": "2023-11-27T16:14:41-03:00", + "tree_id": "a439ccc24e9f04dde377b74eeab53da114cba646", + "url": "https://github.com/forcedotcom/sfdx-core/commit/0d1954522ece0bbb4d8447a93003fed6e6fe6173" + }, + "date": 1701113060843, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 339471, + "range": "±3.14%", + "unit": "ops/sec", + "extra": "88 samples" + }, + { + "name": "Logging a string on root logger", + "value": 869530, + "range": "±5.49%", + "unit": "ops/sec", + "extra": "70 samples" + }, + { + "name": "Logging an object on root logger", + "value": 650217, + "range": "±6.14%", + "unit": "ops/sec", + "extra": "70 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 1581, + "range": "±276.45%", + "unit": "ops/sec", + "extra": "5 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 433324, + "range": "±12.16%", + "unit": "ops/sec", + "extra": "67 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 337933, + "range": "±5.45%", + "unit": "ops/sec", + "extra": "66 samples" + } + ] } ] }