Skip to content

Commit 12d6390

Browse files
committed
Increase warmup for Level 1 benchmarks to 21
There would still be instances of Level 1 benchmarks who wouldn't get hot before the end of warm up.
1 parent 174bc79 commit 12d6390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/main/java/dev/ludovic/netlib/benchmarks/blas/l1/L1Benchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
import org.openjdk.jmh.annotations.*;
3030

31-
@Warmup(iterations = 15)
31+
@Warmup(iterations = 21)
3232
public class L1Benchmark extends BLASBenchmark {
3333
}

0 commit comments

Comments
 (0)