Skip to content

Commit 792ed80

Browse files
Rename foo benchmark to formatCreationWithAlternativeParsing for clarity
1 parent 707e0c0 commit 792ed80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/jmh/kotlin/ParallelFormatBenchmark.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ open class ParallelFormatBenchmark {
2525
var n = 0
2626

2727
@Benchmark
28-
fun foo(blackhole: Blackhole) {
28+
fun formatCreationWithAlternativeParsing(blackhole: Blackhole) {
2929
val format = LocalDateTime.Format {
3030
repeat(n) {
3131
alternativeParsing(

0 commit comments

Comments
 (0)