Kicking travis with change to benchmark param

This commit is contained in:
Justin Borromeo 2019-02-07 09:42:48 -08:00
parent b432beaf84
commit ab00eade9f
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ import java.util.concurrent.TimeUnit;
/* Works with 8GB heap size or greater. Otherwise there's a good chance of an OOME. */
@State(Scope.Benchmark)
@Fork(value = 1)
@Warmup(iterations = 25)
@Warmup(iterations = 10)
@Measurement(iterations = 25)
public class ScanBenchmark
{