From cba7525b97bf8339491a8c7af4248d31b3be0177 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 11 Oct 2023 16:35:54 +0000 Subject: [PATCH] add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result for 8e346ca8206a23515bb1247872f19dbd7f13bf55 --- perf-Windows/data.js | 68 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/perf-Windows/data.js b/perf-Windows/data.js index 8fd7953c14..67495b5372 100644 --- a/perf-Windows/data.js +++ b/perf-Windows/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1697036259788, + "lastUpdate": 1697042153779, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - windows-latest": [ @@ -6068,6 +6068,72 @@ window.BENCHMARK_DATA = { "extra": "19 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": "8e346ca8206a23515bb1247872f19dbd7f13bf55", + "message": "feat!: remove parameters on config.write\n\nThe Config family of classes' write(sync) method used to accept a param.\nThe value in the param would overwrite the existing file.", + "timestamp": "2023-10-11T11:26:37-05:00", + "tree_id": "1da114e90b3fefaa5da4244a8dc2ccf47b0d8c0e", + "url": "https://github.com/forcedotcom/sfdx-core/commit/8e346ca8206a23515bb1247872f19dbd7f13bf55" + }, + "date": 1697042133768, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 354069, + "range": "±11.38%", + "unit": "ops/sec", + "extra": "80 samples" + }, + { + "name": "Logging a string on root logger", + "value": 417103, + "range": "±9.66%", + "unit": "ops/sec", + "extra": "48 samples" + }, + { + "name": "Logging an object on root logger", + "value": 305300, + "range": "±18.95%", + "unit": "ops/sec", + "extra": "36 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 212172, + "range": "±13.30%", + "unit": "ops/sec", + "extra": "58 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 233725, + "range": "±21.69%", + "unit": "ops/sec", + "extra": "47 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 187343, + "range": "±21.04%", + "unit": "ops/sec", + "extra": "57 samples" + } + ] } ] }