From 4641f645f3155927502df3ac4f0dfafc610e25cd Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 2 Dec 2023 15:09:18 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for 08e3dda888d77b2d404578e5cf0ae1cdeb03956a --- dev/bench/data.js | 86 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 2f93b5b..9992a41 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701529501779, + "lastUpdate": 1701529758129, "repoUrl": "https://github.com/felldo/JEmoji", "entries": { "Benchmark": [ @@ -974,6 +974,90 @@ 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": "08e3dda888d77b2d404578e5cf0ae1cdeb03956a", + "message": "Rename package private classes to starting with Internal*", + "timestamp": "2023-12-02T15:34:13+01:00", + "tree_id": "fcf480c5cb751a7a7f8257057b0c96025244fa4e", + "url": "https://github.com/felldo/JEmoji/commit/08e3dda888d77b2d404578e5cf0ae1cdeb03956a" + }, + "date": 1701529757025, + "tool": "jmh", + "benches": [ + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\":+1:\"} )", + "value": 119.3474898165983, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\"nope\"} )", + "value": 146.01352874335672, + "unit": "ns/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.containsEmoji", + "value": 2.9552397549357403, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrder", + "value": 2.672837948310894, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending", + "value": 14.990137875426147, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder", + "value": 16.159385898766647, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex", + "value": 3.674089450571355, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.removeAllEmojis", + "value": 4.145370174688656, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojis", + "value": 3.561686207928203, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + }, + { + "name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction", + "value": 4.1632401578420986, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 2\nthreads: 1" + } + ] } ] }