From 289addb6d59bbeb9fc2383192c0068e2670460e7 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 9 Nov 2023 23:05:02 +0000 Subject: [PATCH] add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result for 3e9c988223f285deda794e0ef2a7ed5cab91425f --- 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 07f4023e0d..5692283f7f 100644 --- a/perf-Linux/data.js +++ b/perf-Linux/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699569146496, + "lastUpdate": 1699571102906, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - ubuntu-latest": [ @@ -9170,6 +9170,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": "3e9c988223f285deda794e0ef2a7ed5cab91425f", + "message": "test: add apex, comunity nuts", + "timestamp": "2023-11-09T17:01:37-06:00", + "tree_id": "ae81a025bc4d80477166aa73ce4bba9656729e17", + "url": "https://github.com/forcedotcom/sfdx-core/commit/3e9c988223f285deda794e0ef2a7ed5cab91425f" + }, + "date": 1699571096051, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 493902, + "range": "±0.56%", + "unit": "ops/sec", + "extra": "91 samples" + }, + { + "name": "Logging a string on root logger", + "value": 811765, + "range": "±10.19%", + "unit": "ops/sec", + "extra": "45 samples" + }, + { + "name": "Logging an object on root logger", + "value": 616113, + "range": "±9.04%", + "unit": "ops/sec", + "extra": "71 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 2595, + "range": "±254.87%", + "unit": "ops/sec", + "extra": "6 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 432070, + "range": "±12.86%", + "unit": "ops/sec", + "extra": "64 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 373136, + "range": "±8.17%", + "unit": "ops/sec", + "extra": "53 samples" + } + ] } ] }