From 2785cfeb39acb2365dc2f30b5896da6f8ba7d7f2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 5 Oct 2023 17:31:02 +0000 Subject: [PATCH] add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result for 79f6c6a1f04952efc6fab09d0f8b4feff22aaa48 --- 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 9746552371..3925fd1caf 100644 --- a/perf-Windows/data.js +++ b/perf-Windows/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1696525480371, + "lastUpdate": 1696527062539, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - windows-latest": [ @@ -5408,6 +5408,72 @@ window.BENCHMARK_DATA = { "extra": "73 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": "79f6c6a1f04952efc6fab09d0f8b4feff22aaa48", + "message": "ci: match tsconfig for typedoc examples", + "timestamp": "2023-10-05T12:22:42-05:00", + "tree_id": "edbfe81f3bae71d384f1ea2a442eb61ce5fca8b5", + "url": "https://github.com/forcedotcom/sfdx-core/commit/79f6c6a1f04952efc6fab09d0f8b4feff22aaa48" + }, + "date": 1696527044593, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 399493, + "range": "±40.10%", + "unit": "ops/sec", + "extra": "90 samples" + }, + { + "name": "Logging a string on root logger", + "value": 574358, + "range": "±11.75%", + "unit": "ops/sec", + "extra": "60 samples" + }, + { + "name": "Logging an object on root logger", + "value": 396641, + "range": "±17.27%", + "unit": "ops/sec", + "extra": "44 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 271881, + "range": "±15.02%", + "unit": "ops/sec", + "extra": "58 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 265927, + "range": "±22.04%", + "unit": "ops/sec", + "extra": "53 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 12963, + "range": "±186.55%", + "unit": "ops/sec", + "extra": "71 samples" + } + ] } ] }