From 81e431d1525e7db6e27b8cceea0612d686d2fcb2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 4 Dec 2023 18:55:28 +0000 Subject: [PATCH] add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result for 8cedbe224009a89d78ab1c3101cc4fc71148356f --- 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 f74d705d6b..c0094ca30a 100644 --- a/perf-Linux/data.js +++ b/perf-Linux/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701706685270, + "lastUpdate": 1701716128199, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - ubuntu-latest": [ @@ -11282,6 +11282,72 @@ window.BENCHMARK_DATA = { "extra": "65 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": "8cedbe224009a89d78ab1c3101cc4fc71148356f", + "message": "test: ut for fileLocking", + "timestamp": "2023-12-04T12:51:18-06:00", + "tree_id": "760faf6d6b7770a4bee0550efe429d472b93b657", + "url": "https://github.com/forcedotcom/sfdx-core/commit/8cedbe224009a89d78ab1c3101cc4fc71148356f" + }, + "date": 1701716122069, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 452426, + "range": "±2.04%", + "unit": "ops/sec", + "extra": "88 samples" + }, + { + "name": "Logging a string on root logger", + "value": 772163, + "range": "±7.54%", + "unit": "ops/sec", + "extra": "64 samples" + }, + { + "name": "Logging an object on root logger", + "value": 594028, + "range": "±5.62%", + "unit": "ops/sec", + "extra": "63 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 11711, + "range": "±199.08%", + "unit": "ops/sec", + "extra": "28 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 393991, + "range": "±15.72%", + "unit": "ops/sec", + "extra": "56 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 379532, + "range": "±5.87%", + "unit": "ops/sec", + "extra": "76 samples" + } + ] } ] }