From 32f02e5f24667bc1ccd3029463beff55e2aaa207 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 14 Nov 2023 17:09:20 +0000 Subject: [PATCH] add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result for ac78de4f76f133b7cbe14f3f5b55169e73f97033 --- 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 56a786c4dc..09115bfb8e 100644 --- a/perf-Windows/data.js +++ b/perf-Windows/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699905177663, + "lastUpdate": 1699981759959, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - windows-latest": [ @@ -9764,6 +9764,72 @@ window.BENCHMARK_DATA = { "extra": "68 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": "ac78de4f76f133b7cbe14f3f5b55169e73f97033", + "message": "refactor: revert #980 in favor of a jsforce solution", + "timestamp": "2023-11-14T11:03:26-06:00", + "tree_id": "6c5f7e59e55413fe4e6f906068850fdbae78305f", + "url": "https://github.com/forcedotcom/sfdx-core/commit/ac78de4f76f133b7cbe14f3f5b55169e73f97033" + }, + "date": 1699981747099, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 342487, + "range": "±0.59%", + "unit": "ops/sec", + "extra": "95 samples" + }, + { + "name": "Logging a string on root logger", + "value": 780924, + "range": "±8.47%", + "unit": "ops/sec", + "extra": "52 samples" + }, + { + "name": "Logging an object on root logger", + "value": 593347, + "range": "±5.22%", + "unit": "ops/sec", + "extra": "70 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 8579, + "range": "±200.16%", + "unit": "ops/sec", + "extra": "27 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 449208, + "range": "±6.93%", + "unit": "ops/sec", + "extra": "64 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 336063, + "range": "±5.57%", + "unit": "ops/sec", + "extra": "71 samples" + } + ] } ] }