Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for 8eff5e7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 22, 2025
1 parent 7cb4120 commit 4dbe0bb
Showing 1 changed file with 97 additions and 1 deletion.
98 changes: 97 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": 1740189379126,
"lastUpdate": 1740189507472,
"repoUrl": "https://github.com/felldo/JEmoji",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -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": "[email protected]",
"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"
}
]
}
]
}
Expand Down

0 comments on commit 4dbe0bb

Please sign in to comment.