From 79b31c59d9b7580c214249550f59a78f29277604 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 16 Jan 2025 16:14:03 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for 247fe5c4f42ba81fe6a3114b013322fd6e1daa37 --- dev/bench/data.js | 92 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 8cd468b..ecfc309 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1736994420763, + "lastUpdate": 1737044043679, "repoUrl": "https://github.com/felldo/JEmoji", "entries": { "Benchmark": [ @@ -4460,6 +4460,96 @@ window.BENCHMARK_DATA = { "extra": "iterations: 5\nforks: 2\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "d.fellbaum@hotmail.de", + "name": "Dominic Fellbaum", + "username": "felldo" + }, + "committer": { + "email": "d.fellbaum@hotmail.de", + "name": "Dominic Fellbaum", + "username": "felldo" + }, + "distinct": true, + "id": "247fe5c4f42ba81fe6a3114b013322fd6e1daa37", + "message": "Small cleanup", + "timestamp": "2025-01-16T16:32:41+01:00", + "tree_id": "ba27f6b4d64e798b9f204962aabc1f081cd11ef4", + "url": "https://github.com/felldo/JEmoji/commit/247fe5c4f42ba81fe6a3114b013322fd6e1daa37" + }, + "date": 1737044041257, + "tool": "jmh", + "benches": [ + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\":+1:\"} )", + "value": 11.121941098343962, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\"nope\"} )", + "value": 23.879333441027935, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.containsEmoji", + "value": 3.1035954057370114, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrder", + "value": 3.7307001126821775, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending", + "value": 16.62970657555201, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder", + "value": 17.616061737499106, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex", + "value": 3.717457915576553, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.getByDiscordAlias", + "value": 9.891476176253207, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.removeAllEmojis", + "value": 4.1230715074277935, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojis", + "value": 4.172256763828861, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction", + "value": 4.128722508072237, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + } + ] } ] }