mirror of https://github.com/apache/druid.git
Kicking travis with change to benchmark param
This commit is contained in:
parent
b432beaf84
commit
ab00eade9f
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue