Skip to content

Commit b598b1a

Browse files
authored
Update BenchmarkBase.java
Fixing data size
1 parent b848f72 commit b598b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance/src/test/com/clickhouse/benchmark/clients/BenchmarkBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static class DataState {
106106

107107
@Param({"file://dataset_500k.csv"})
108108
String datasetSourceName;
109-
@Param({"300000", "100000", "10000"})
109+
@Param({"300000", "220000", "100000", "10000"})
110110
int limit;
111111
@Param({"data_filled"})
112112
String tableNameFilled;

0 commit comments

Comments
 (0)