From 9c798aeddeb4679cbac6291074378308552cdfc3 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 23 Sep 2023 21:35:09 +0000 Subject: [PATCH] add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result for 76c978f7d4c00aaf4afee0bf84ee1a4c3fdaa8ad --- 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 1b20e7e557..9f3088a4e4 100644 --- a/perf-Linux/data.js +++ b/perf-Linux/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1694919003674, + "lastUpdate": 1695504909041, "repoUrl": "https://github.com/forcedotcom/sfdx-core", "entries": { "Logger Benchmarks - ubuntu-latest": [ @@ -4748,6 +4748,72 @@ window.BENCHMARK_DATA = { "extra": "37 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": "76c978f7d4c00aaf4afee0bf84ee1a4c3fdaa8ad", + "message": "chore(dev-deps): bump eslint from 8.49.0 to 8.50.0\n\nBumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ", + "timestamp": "2023-09-23T21:30:50Z", + "tree_id": "78579026353c0e54644c930173721676f49fcb34", + "url": "https://github.com/forcedotcom/sfdx-core/commit/76c978f7d4c00aaf4afee0bf84ee1a4c3fdaa8ad" + }, + "date": 1695504900751, + "tool": "benchmarkjs", + "benches": [ + { + "name": "Child logger creation", + "value": 513087, + "range": "±0.50%", + "unit": "ops/sec", + "extra": "94 samples" + }, + { + "name": "Logging a string on root logger", + "value": 691308, + "range": "±14.25%", + "unit": "ops/sec", + "extra": "62 samples" + }, + { + "name": "Logging an object on root logger", + "value": 530685, + "range": "±11.69%", + "unit": "ops/sec", + "extra": "65 samples" + }, + { + "name": "Logging an object with a message on root logger", + "value": 15419, + "range": "±185.99%", + "unit": "ops/sec", + "extra": "53 samples" + }, + { + "name": "Logging an object with a redacted prop on root logger", + "value": 380384, + "range": "±12.28%", + "unit": "ops/sec", + "extra": "68 samples" + }, + { + "name": "Logging a nested 3-level object on root logger", + "value": 287378, + "range": "±9.07%", + "unit": "ops/sec", + "extra": "65 samples" + } + ] } ] }