Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for 822b58f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 3, 2025
1 parent defc879 commit 4c6d7bc
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": 1741044087132,
"lastUpdate": 1741044153236,
"repoUrl": "https://github.com/felldo/JEmoji",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -7046,6 +7046,102 @@ 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": "822b58f82bf19e1a521cc5b115396cef9ad70789",
"message": "Renovate settings",
"timestamp": "2025-03-03T23:39:12+01:00",
"tree_id": "e457d3ce224643d0b06c0c4e95158f220fc9b919",
"url": "https://github.com/felldo/JEmoji/commit/822b58f82bf19e1a521cc5b115396cef9ad70789"
},
"date": 1741044150929,
"tool": "jmh",
"benches": [
{
"name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\":+1:\"} )",
"value": 34.149398163237784,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\"nope\"} )",
"value": 62.587296359438916,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.containsEmoji",
"value": 2.934614393534748,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrder",
"value": 3.76515177539466,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending",
"value": 15.820925736365755,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder",
"value": 17.16017762091585,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex",
"value": 3.7213368734169903,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.getByDiscordAlias",
"value": 107.53130722966212,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.removeAllEmojis",
"value": 3.982758686137694,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.replaceAllEmojis",
"value": 4.1377505280338776,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction",
"value": 4.0820981430736865,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisManyStarter",
"value": 84.0188681502022,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 4c6d7bc

Please sign in to comment.