mirror of https://github.com/apache/druid.git
added all query types to scan benchmark
This commit is contained in:
parent
ab00eade9f
commit
d3b335af42
|
@ -107,7 +107,7 @@ public class ScanBenchmark
|
|||
@Param({"200000"})
|
||||
private int rowsPerSegment;
|
||||
|
||||
@Param({"basic.A"})
|
||||
@Param({"basic.A", "basic.B", "basic.C", "basic.D"})
|
||||
private String schemaAndQuery;
|
||||
|
||||
@Param({"1000", "99999"})
|
||||
|
|
Loading…
Reference in New Issue