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)
|
||||
public class ScanBenchmark
|
||||
{
|
||||
@Param({"1", "4"})
|
||||
@Param({"2", "4"})
|
||||
private int numSegments;
|
||||
|
||||
@Param({"1", "2"})
|
||||
@Param({"2"})
|
||||
private int numProcessingThreads;
|
||||
|
||||
@Param({"750000"})
|
||||
|
|
Loading…
Reference in New Issue