From 668d6924f17a0346effc09214c0ae033ad527ed4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 3 Oct 2024 18:06:30 +0000 Subject: [PATCH] add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result for 0575b4a515aed6d811771e715df444fbb105600b --- 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 74143ce1a..4c52f1b93 100644 --- a/perf-Linux/data.js +++ b/perf-Linux/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1727974705162, + "lastUpdate": 1727978790196, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - ubuntu-latest": [ @@ -24416,6 +24416,72 @@ window.BENCHMARK_DATA = { "extra": "45 samples" } ] + }, + { + "commit": { + "author": { + "email": "mingxuanzhang@salesforce.com", + "name": "mingxuanzhang", + "username": "mingxuanzhangsfdx" + }, + "committer": { + "email": "mingxuanzhang@salesforce.com", + "name": "mingxuanzhang", + "username": "mingxuanzhangsfdx" + }, + "distinct": true, + "id": "0575b4a515aed6d811771e715df444fbb105600b", + "message": "chore: apply suggestions", + "timestamp": "2024-10-03T11:02:40-07:00", + "tree_id": "adb5a156e97c643cf85ccd8c2f2fcd32a7734b9a", + "url": "https://github.com/forcedotcom/sfdx-core/commit/0575b4a515aed6d811771e715df444fbb105600b" + }, + "date": 1727978782765, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 500194, + "range": "±1.00%", + "unit": "ops/sec", + "extra": "94 samples" + }, + { + "name": "Logging a string on root logger", + "value": 1052909, + "range": "±8.18%", + "unit": "ops/sec", + "extra": "49 samples" + }, + { + "name": "Logging an object on root logger", + "value": 29341, + "range": "±188.87%", + "unit": "ops/sec", + "extra": "38 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 476748, + "range": "±7.19%", + "unit": "ops/sec", + "extra": "71 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 596256, + "range": "±8.64%", + "unit": "ops/sec", + "extra": "67 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 12576, + "range": "±199.97%", + "unit": "ops/sec", + "extra": "27 samples" + } + ] } ] }