From e969e7b52c695f2dbf1d21c465187df59b00d532 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 1 Oct 2023 05:52:58 +0000 Subject: [PATCH] add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result for d3e22b9420beae576ca085fd4827c169f8b54535 --- 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 b58735b253..27cb01adff 100644 --- a/perf-Windows/data.js +++ b/perf-Windows/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1696108631696, + "lastUpdate": 1696139578380, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - windows-latest": [ @@ -5210,6 +5210,72 @@ window.BENCHMARK_DATA = { "extra": "73 samples" } ] + }, + { + "commit": { + "author": { + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "name": "dependabot[bot]", + "username": "dependabot[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "d3e22b9420beae576ca085fd4827c169f8b54535", + "message": "fix(deps): bump @salesforce/ts-types from 2.0.7 to 2.0.8\n\nBumps [@salesforce/ts-types](https://github.com/forcedotcom/ts-types) from 2.0.7 to 2.0.8.\n- [Release notes](https://github.com/forcedotcom/ts-types/releases)\n- [Changelog](https://github.com/forcedotcom/ts-types/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/forcedotcom/ts-types/compare/2.0.7...2.0.8)\n\n---\nupdated-dependencies:\n- dependency-name: \"@salesforce/ts-types\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ", + "timestamp": "2023-10-01T05:46:42Z", + "tree_id": "891093bc0285eb25639dcd6ff396639e838529fd", + "url": "https://github.com/forcedotcom/sfdx-core/commit/d3e22b9420beae576ca085fd4827c169f8b54535" + }, + "date": 1696139557183, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 367792, + "range": "±8.56%", + "unit": "ops/sec", + "extra": "82 samples" + }, + { + "name": "Logging a string on root logger", + "value": 456835, + "range": "±15.45%", + "unit": "ops/sec", + "extra": "51 samples" + }, + { + "name": "Logging an object on root logger", + "value": 316220, + "range": "±18.97%", + "unit": "ops/sec", + "extra": "46 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 239758, + "range": "±23.52%", + "unit": "ops/sec", + "extra": "54 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 232064, + "range": "±18.42%", + "unit": "ops/sec", + "extra": "50 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 7015, + "range": "±188.57%", + "unit": "ops/sec", + "extra": "55 samples" + } + ] } ] }