Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for 40fbd38
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 11, 2024
1 parent 083eb17 commit 299fecd
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": 1710015749026,
"lastUpdate": 1715447976354,
"repoUrl": "https://github.com/felldo/JEmoji",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2066,6 +2066,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": "40fbd3836f5608154d439274fe5f4b7845918dbd",
"message": "Update description files",
"timestamp": "2024-05-11T18:43:49+02:00",
"tree_id": "967f4a81430a0451520b25fcd77eb7f1178929f8",
"url": "https://github.com/felldo/JEmoji/commit/40fbd3836f5608154d439274fe5f4b7845918dbd"
},
"date": 1715447975487,
"tool": "jmh",
"benches": [
{
"name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\":+1:\"} )",
"value": 124.22475259599462,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\"nope\"} )",
"value": 149.17043082650858,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.containsEmoji",
"value": 2.3782063230166344,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrder",
"value": 2.546954297840229,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending",
"value": 15.636450936704298,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder",
"value": 16.914061057837706,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex",
"value": 3.718863216747806,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.removeAllEmojis",
"value": 3.4591934788392855,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.replaceAllEmojis",
"value": 3.478476865958762,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction",
"value": 3.4803540778392223,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 299fecd

Please sign in to comment.