From fc7751f3bb19a9a2653740e0cb1d9a190a471322 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 15 Nov 2023 17:53:36 +0000 Subject: [PATCH] add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result for 25b3cf1b28d58bdaeebfef13d4463c33ed8a4b8a --- 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 44c4695799..a7317b4765 100644 --- a/perf-Windows/data.js +++ b/perf-Windows/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1700056421010, + "lastUpdate": 1700070815731, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - windows-latest": [ @@ -9962,6 +9962,72 @@ window.BENCHMARK_DATA = { "extra": "72 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": "25b3cf1b28d58bdaeebfef13d4463c33ed8a4b8a", + "message": "fix(types): additional props for packaging lib", + "timestamp": "2023-11-15T11:46:40-06:00", + "tree_id": "9f79d147554d4c10853f93ebda5ca8121590462d", + "url": "https://github.com/forcedotcom/sfdx-core/commit/25b3cf1b28d58bdaeebfef13d4463c33ed8a4b8a" + }, + "date": 1700070799562, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 345195, + "range": "±0.47%", + "unit": "ops/sec", + "extra": "91 samples" + }, + { + "name": "Logging a string on root logger", + "value": 820301, + "range": "±5.81%", + "unit": "ops/sec", + "extra": "53 samples" + }, + { + "name": "Logging an object on root logger", + "value": 642427, + "range": "±5.39%", + "unit": "ops/sec", + "extra": "71 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 3646, + "range": "±220.41%", + "unit": "ops/sec", + "extra": "11 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 462167, + "range": "±7.87%", + "unit": "ops/sec", + "extra": "66 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 331376, + "range": "±5.16%", + "unit": "ops/sec", + "extra": "66 samples" + } + ] } ] }