Skip to content

Commit 049fe61

Browse files
author
Paultagoras
committed
Update BenchmarkRunner.java
1 parent 5046205 commit 049fe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance/src/test/com/clickhouse/benchmark/BenchmarkRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void main(String[] args) throws Exception {
4848
.warmupIterations(3)
4949
.warmupTime(TimeValue.seconds(10))
5050
.measurementIterations(10)
51-
// .jvmArgs("-Xms8g", "-Xmx8g")
51+
.jvmArgs("-Xms8g", "-Xmx8g")
5252
.measurementTime(TimeValue.seconds(isCloud() ? 30 : 10))
5353
.resultFormat(ResultFormatType.JSON)
5454
// .output(String.format("jmh-results-%s-%s.out", isCloud() ? "cloud" : "local", System.currentTimeMillis()))

0 commit comments

Comments
 (0)