From 4dbe0bbb1dae2191e83db2456c65fb0b039eace5 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 22 Feb 2025 01:58:27 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for 8eff5e70ebbeaf7beafd8706a6e5a5cae62184d9 --- 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 9c4994d..f769400 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1740189379126, + "lastUpdate": 1740189507472, "repoUrl": "https://github.com/felldo/JEmoji", "entries": { "Benchmark": [ @@ -6374,6 +6374,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": "8eff5e70ebbeaf7beafd8706a6e5a5cae62184d9", + "message": "Update All Dependencies to v4", + "timestamp": "2025-02-22T02:00:53+01:00", + "tree_id": "abbe2a2e5db03ade68583b4952a3795667b1e1d8", + "url": "https://github.com/felldo/JEmoji/commit/8eff5e70ebbeaf7beafd8706a6e5a5cae62184d9" + }, + "date": 1740189505901, + "tool": "jmh", + "benches": [ + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\":+1:\"} )", + "value": 34.90210586466018, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\"nope\"} )", + "value": 62.68330269013245, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.containsEmoji", + "value": 2.9357436111082724, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrder", + "value": 3.766488833010004, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending", + "value": 15.803167729883835, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder", + "value": 17.07246202619164, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex", + "value": 3.80174069882762, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.getByDiscordAlias", + "value": 109.2688122256604, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.removeAllEmojis", + "value": 3.975679671593633, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojis", + "value": 4.1032689596266, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction", + "value": 4.079574374289849, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisManyStarter", + "value": 85.82774656946586, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + } + ] } ] }