mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 13:35:37 +00:00
Increasing iterations to 10
This commit is contained in:
parent
e06bc3b430
commit
d2122cd38e
@ -31,7 +31,7 @@ import java.util.concurrent.TimeUnit;
|
||||
@OutputTimeUnit(TimeUnit.MILLISECONDS)
|
||||
@State(Scope.Benchmark)
|
||||
@Warmup(iterations = 1, time = 5)
|
||||
@Measurement(iterations = 3, time = 8)
|
||||
@Measurement(iterations = 10, time = 8)
|
||||
@Fork(value = 1)
|
||||
public class DocIdEncodingBenchmark {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user