-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (jmh) benchmark result for 482a1f2
- Loading branch information
github-action-benchmark
committed
May 11, 2024
1 parent
299fecd
commit 1cbb366
Showing
1 changed file
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1715447976354, | ||
"lastUpdate": 1715448333902, | ||
"repoUrl": "https://github.com/felldo/JEmoji", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2150,6 +2150,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": "482a1f29fb2d341eb8a51b77e239bd34d85daeb5", | ||
"message": "Test lower GH actions Java version", | ||
"timestamp": "2024-05-11T18:49:52+02:00", | ||
"tree_id": "73f11a16f067315438b2d34286ed4782d9a5d29e", | ||
"url": "https://github.com/felldo/JEmoji/commit/482a1f29fb2d341eb8a51b77e239bd34d85daeb5" | ||
}, | ||
"date": 1715448332911, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\":+1:\"} )", | ||
"value": 127.77996361338796, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
}, | ||
{ | ||
"name": "benchmark.EmojiManagerAliasBenchmark.getByAlias ( {\"alias\":\"nope\"} )", | ||
"value": 151.96806781841184, | ||
"unit": "ns/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
}, | ||
{ | ||
"name": "benchmark.EmojiManagerBenchmark.containsEmoji", | ||
"value": 2.2903075400694917, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
}, | ||
{ | ||
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrder", | ||
"value": 2.547211344740556, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
}, | ||
{ | ||
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending", | ||
"value": 15.798557079086331, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
}, | ||
{ | ||
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder", | ||
"value": 16.885859838566915, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
}, | ||
{ | ||
"name": "benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex", | ||
"value": 3.6396137204429473, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
}, | ||
{ | ||
"name": "benchmark.EmojiManagerBenchmark.removeAllEmojis", | ||
"value": 3.7123490165422033, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
}, | ||
{ | ||
"name": "benchmark.EmojiManagerBenchmark.replaceAllEmojis", | ||
"value": 3.434224067235345, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
}, | ||
{ | ||
"name": "benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction", | ||
"value": 3.5081500696989005, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 2\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|