Skip to content

Commit 5e0af01

Browse files
author
Bytekeeper
committed
JMH params
1 parent 7b9d7f2 commit 5e0af01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/jmh/java/org/bk/ass/query/PositionQueriesBenchmark.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
import java.util.SplittableRandom;
1111
import java.util.function.Function;
1212

13-
@Measurement(iterations = 2, time = 2)
14-
@Warmup(iterations = 2, time = 2)
15-
@Fork(2)
13+
@Measurement(iterations = 5, time = 5)
14+
@Fork(3)
1615
public class PositionQueriesBenchmark {
1716

1817
@State(Scope.Thread)

0 commit comments

Comments
 (0)