mirror of https://github.com/apache/druid.git
Benchmark param change
This commit is contained in:
parent
01b25ed112
commit
796083f2bb
|
@ -98,10 +98,10 @@ import java.util.concurrent.TimeUnit;
|
||||||
@Measurement(iterations = 25)
|
@Measurement(iterations = 25)
|
||||||
public class ScanBenchmark
|
public class ScanBenchmark
|
||||||
{
|
{
|
||||||
@Param({"1", "4"})
|
@Param({"2", "4"})
|
||||||
private int numSegments;
|
private int numSegments;
|
||||||
|
|
||||||
@Param({"1", "2"})
|
@Param({"2"})
|
||||||
private int numProcessingThreads;
|
private int numProcessingThreads;
|
||||||
|
|
||||||
@Param({"750000"})
|
@Param({"750000"})
|
||||||
|
|
Loading…
Reference in New Issue