Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for 08e3dda
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 2, 2023
1 parent ca41ddc commit 4641f64
Showing 1 changed file with 85 additions and 1 deletion.
86 changes: 85 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1701529501779,
"lastUpdate": 1701529758129,
"repoUrl": "https://github.com/felldo/JEmoji",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -974,6 +974,90 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 2\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Dominic Fellbaum",
"username": "felldo"
},
"committer": {
"email": "[email protected]",
"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"
}
]
}
]
}
Expand Down

0 comments on commit 4641f64

Please sign in to comment.