From 8d4cd21429dd7dc30399465a0786b7f4ddb87b70 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 22 Feb 2025 01:43:59 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for ea54f1b65fc1b3d3839f0cb3ba90abf3979f34d9 --- dev/bench/data.js | 98 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index e653b64..04b3fe5 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1740187979353, + "lastUpdate": 1740188639866, "repoUrl": "https://github.com/felldo/JEmoji", "entries": { "Benchmark": [ @@ -6086,6 +6086,102 @@ window.BENCHMARK_DATA = { "extra": "iterations: 5\nforks: 2\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "29139614+renovate[bot]@users.noreply.github.com", + "name": "renovate[bot]", + "username": "renovate[bot]" + }, + "committer": { + "email": "d.fellbaum@hotmail.de", + "name": "Dominic Fellbaum", + "username": "felldo" + }, + "distinct": true, + "id": "ea54f1b65fc1b3d3839f0cb3ba90abf3979f34d9", + "message": "Update kotlinx-coroutines monorepo to v1.10.1", + "timestamp": "2025-02-22T01:48:06+01:00", + "tree_id": "44334059da6f45038d3077a4bbfad76c38d1dc1a", + "url": "https://github.com/felldo/JEmoji/commit/ea54f1b65fc1b3d3839f0cb3ba90abf3979f34d9" + }, + "date": 1740188638981, + "tool": "jmh", + "benches": [ + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\":+1:\"} )", + "value": 35.28898504018551, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\"nope\"} )", + "value": 62.535561873961875, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.containsEmoji", + "value": 2.942619146714825, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrder", + "value": 3.765226974325432, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending", + "value": 15.791292372697967, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder", + "value": 17.402242389626153, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex", + "value": 3.721636961999054, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.getByDiscordAlias", + "value": 107.54756430808695, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.removeAllEmojis", + "value": 3.98029993706373, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojis", + "value": 4.030372187571407, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction", + "value": 4.047088508085824, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisManyStarter", + "value": 84.03183345992997, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + } + ] } ] }