Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for df1f254
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 27, 2024
1 parent eba8dc1 commit 08811a6
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": 1706390328137,
"lastUpdate": 1706394703274,
"repoUrl": "https://github.com/felldo/JEmoji",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1814,6 +1814,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": "df1f2545fa9e956b2b91e3ef4c3f2fc13ebe19dd",
"message": "build.gradle.kts formatting",
"timestamp": "2024-01-27T22:55:28+01:00",
"tree_id": "e40b2f6435d623d896c1f5b3cd49988923ddd369",
"url": "https://github.com/felldo/JEmoji/commit/df1f2545fa9e956b2b91e3ef4c3f2fc13ebe19dd"
},
"date": 1706394702031,
"tool": "jmh",
"benches": [
{
"name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\":+1:\"} )",
"value": 119.36793998531023,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\"nope\"} )",
"value": 146.87156653370317,
"unit": "ns/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.containsEmoji",
"value": 2.2007507583350994,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrder",
"value": 2.568746376022519,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending",
"value": 14.873718485984089,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder",
"value": 16.273802245639,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex",
"value": 3.717907832488271,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.removeAllEmojis",
"value": 3.523411085057115,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.replaceAllEmojis",
"value": 3.5918241752780395,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
},
{
"name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction",
"value": 3.3960488958764814,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 2\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 08811a6

Please sign in to comment.