From 6a6c0fcc3d6188180b2ee78abc3857d198e1c463 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 23 Oct 2023 20:41:04 +0000 Subject: [PATCH] add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result for 67e6f5ae13bb2714f0cb399367c17cd4dd065fbc --- perf-Linux/data.js | 68 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/perf-Linux/data.js b/perf-Linux/data.js index 9ed849a6aa..bebc677851 100644 --- a/perf-Linux/data.js +++ b/perf-Linux/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1697924843937, + "lastUpdate": 1698093664549, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - ubuntu-latest": [ @@ -7652,6 +7652,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": "67e6f5ae13bb2714f0cb399367c17cd4dd065fbc", + "message": "test: back to jsforce latest", + "timestamp": "2023-10-23T15:36:01-05:00", + "tree_id": "041a3e1ab1c13068df1a66c1ffbde5f63a4aa296", + "url": "https://github.com/forcedotcom/sfdx-core/commit/67e6f5ae13bb2714f0cb399367c17cd4dd065fbc" + }, + "date": 1698093656616, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 445160, + "range": "±11.02%", + "unit": "ops/sec", + "extra": "85 samples" + }, + { + "name": "Logging a string on root logger", + "value": 645625, + "range": "±12.35%", + "unit": "ops/sec", + "extra": "56 samples" + }, + { + "name": "Logging an object on root logger", + "value": 510934, + "range": "±11.70%", + "unit": "ops/sec", + "extra": "64 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 288479, + "range": "±13.07%", + "unit": "ops/sec", + "extra": "56 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 20495, + "range": "±185.02%", + "unit": "ops/sec", + "extra": "55 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 298304, + "range": "±9.95%", + "unit": "ops/sec", + "extra": "64 samples" + } + ] } ] }