From 5f27c8a620cfa3a3463e7a584a7403071035f691 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 22 Feb 2025 01:07:26 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for 75cf0d4db66f8385a023dc4cba3e533661b624ff --- 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 e5455de..740ed81 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1740186247100, + "lastUpdate": 1740186446682, "repoUrl": "https://github.com/felldo/JEmoji", "entries": { "Benchmark": [ @@ -5510,6 +5510,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": "75cf0d4db66f8385a023dc4cba3e533661b624ff", + "message": "Update jackson monorepo to v2.18.2", + "timestamp": "2025-02-22T01:23:55+01:00", + "tree_id": "c2bb576a88331cb9da52f4b7cd1dfe309489745f", + "url": "https://github.com/felldo/JEmoji/commit/75cf0d4db66f8385a023dc4cba3e533661b624ff" + }, + "date": 1740186444356, + "tool": "jmh", + "benches": [ + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\":+1:\"} )", + "value": 34.2627348208557, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\"nope\"} )", + "value": 63.063986990438195, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.containsEmoji", + "value": 2.9771721623746497, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrder", + "value": 3.7687724833845686, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending", + "value": 15.900015331807541, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder", + "value": 17.353196774300805, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex", + "value": 3.7601322108441964, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.getByDiscordAlias", + "value": 107.59065892848415, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.removeAllEmojis", + "value": 3.9909386427214684, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojis", + "value": 4.051365605976288, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction", + "value": 4.045770332984552, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisManyStarter", + "value": 85.96617483846492, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + } + ] } ] }