From 0620db4940e2107b54f7881eca058dc48a681b88 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 10 Nov 2023 15:48:31 +0000 Subject: [PATCH] add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result for 4dbd64a33e03ce56d7e9940c0e8524705bdfca8f --- 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 f9d27ae8bf..f9240485c5 100644 --- a/perf-Linux/data.js +++ b/perf-Linux/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699630874761, + "lastUpdate": 1699631311235, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - ubuntu-latest": [ @@ -9368,6 +9368,72 @@ window.BENCHMARK_DATA = { "extra": "57 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": "4dbd64a33e03ce56d7e9940c0e8524705bdfca8f", + "message": "Merge remote-tracking branch 'origin/main' into sm/crdt-config", + "timestamp": "2023-11-10T09:43:16-06:00", + "tree_id": "b341e80b7c8fdbd43c7707a60d12fd1d1a0beacd", + "url": "https://github.com/forcedotcom/sfdx-core/commit/4dbd64a33e03ce56d7e9940c0e8524705bdfca8f" + }, + "date": 1699631302306, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 371242, + "range": "±0.49%", + "unit": "ops/sec", + "extra": "94 samples" + }, + { + "name": "Logging a string on root logger", + "value": 605872, + "range": "±13.05%", + "unit": "ops/sec", + "extra": "68 samples" + }, + { + "name": "Logging an object on root logger", + "value": 319043, + "range": "±16.55%", + "unit": "ops/sec", + "extra": "57 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 168428, + "range": "±19.42%", + "unit": "ops/sec", + "extra": "47 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 189699, + "range": "±20.66%", + "unit": "ops/sec", + "extra": "42 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 152232, + "range": "±20.57%", + "unit": "ops/sec", + "extra": "38 samples" + } + ] } ] }