added all query types to scan benchmark

This commit is contained in:
Justin Borromeo 2019-02-07 11:08:07 -08:00
parent ab00eade9f
commit d3b335af42
1 changed files with 1 additions and 1 deletions

View File

@ -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"})