Skip to content

Commit 2e4f509

Browse files
committed
reverted some changes
1 parent 4692662 commit 2e4f509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ public static void main(String[] args) throws Exception {
3232
Options opt = new OptionsBuilder()
3333
.include(QueryClient.class.getSimpleName())
3434
.include(InsertClient.class.getSimpleName())
35-
.include(Components.class.getSimpleName())
35+
// .include(Components.class.getSimpleName())
3636
.forks(1) // must be a fork. No fork only for debugging
3737
.mode(Mode.SampleTime)
3838
.timeUnit(TimeUnit.MILLISECONDS)
3939
.threads(1)
4040
.addProfiler(GCProfiler.class)
4141
.addProfiler(MemPoolProfiler.class)
42-
.warmupIterations(0)
42+
.warmupIterations(3)
4343
.warmupTime(TimeValue.seconds(10))
4444
.measurementIterations(10)
4545
.jvmArgs("-Xms8g", "-Xmx8g")

0 commit comments

Comments
 (0)