Decrease segment size for less memory usage

This commit is contained in:
Justin Borromeo 2019-02-05 16:45:20 -08:00
parent 86c5eee13b
commit b6d4df3864
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class ScanBenchmark
@Param({"2"})
private int numProcessingThreads;
@Param({"750000"})
@Param({"250000"})
private int rowsPerSegment;
@Param({"basic.A"})