File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/kotlin/dev/suresh Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
<build-helper .plugin.version>3.4.0</build-helper .plugin.version>
69
69
<spotless .version>2.39.0</spotless .version>
70
70
<extra-enforcer-rules .plugin.version>1.7.0</extra-enforcer-rules .plugin.version>
71
- <kt-fmt .version>0.44 </kt-fmt .version>
71
+ <kt-fmt .version>0.46 </kt-fmt .version>
72
72
</properties >
73
73
74
74
<licenses >
Original file line number Diff line number Diff line change 1
1
package dev.suresh
2
2
3
- import org.openjdk.jmh.annotations.*
4
- import org.openjdk.jmh.infra.*
5
3
import java.util.concurrent.TimeUnit.NANOSECONDS
6
4
import java.util.concurrent.TimeUnit.SECONDS
7
5
import kotlin.math.*
6
+ import org.openjdk.jmh.annotations.*
7
+ import org.openjdk.jmh.infra.*
8
8
9
9
@BenchmarkMode(Mode .AverageTime )
10
10
@OutputTimeUnit(NANOSECONDS )
Original file line number Diff line number Diff line change 1
1
package dev.suresh
2
2
3
+ import java.util.concurrent.*
3
4
import org.openjdk.jmh.annotations.*
4
5
import org.openjdk.jmh.infra.*
5
- import java.util.concurrent.*
6
6
7
7
@BenchmarkMode(Mode .AverageTime )
8
8
@OutputTimeUnit(TimeUnit .NANOSECONDS )
You can’t perform that action at this time.
0 commit comments