diff --git a/perf-Windows/data.js b/perf-Windows/data.js index 3d19548b25..a54378db33 100644 --- a/perf-Windows/data.js +++ b/perf-Windows/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1698252398940, + "lastUpdate": 1698256707953, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - windows-latest": [ @@ -7916,6 +7916,72 @@ window.BENCHMARK_DATA = { "extra": "21 samples" } ] + }, + { + "commit": { + "author": { + "email": "6853656+cristiand391@users.noreply.github.com", + "name": "Cristian Dominguez", + "username": "cristiand391" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "ce1ebcb5396e5ee8d302fdcd639f7716d84e1a04", + "message": "Update src/stateAggregator/accessors/aliasAccessor.ts\n\nCo-authored-by: Shane McLaughlin ", + "timestamp": "2023-10-25T14:51:30-03:00", + "tree_id": "ca3fca7bdfa25e456fe4d22aa1978ef53d89d388", + "url": "https://github.com/forcedotcom/sfdx-core/commit/ce1ebcb5396e5ee8d302fdcd639f7716d84e1a04" + }, + "date": 1698256686021, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 406802, + "range": "±1.02%", + "unit": "ops/sec", + "extra": "89 samples" + }, + { + "name": "Logging a string on root logger", + "value": 436839, + "range": "±11.55%", + "unit": "ops/sec", + "extra": "59 samples" + }, + { + "name": "Logging an object on root logger", + "value": 283586, + "range": "±24.21%", + "unit": "ops/sec", + "extra": "54 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 160443, + "range": "±25.39%", + "unit": "ops/sec", + "extra": "41 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 144715, + "range": "±25.27%", + "unit": "ops/sec", + "extra": "32 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 112494, + "range": "±22.40%", + "unit": "ops/sec", + "extra": "43 samples" + } + ] } ] }