Skip to content

Commit 25d296c

Browse files
author
Paultagoras
committed
Update ClientBenchmark.java
1 parent e441828 commit 25d296c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client-v2/src/test/perf/com/clickhouse/client/ClientBenchmark.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ public void setup() throws IOException {
6666
.useHttpCompression(false)
6767
.useNewImplementation(true)
6868
.build();
69+
}
6970

71+
@Setup(Level.Invocation)
72+
public void setupEachInvocation() throws IOException {
7073
queryTests = new QueryTests(false, false);
7174
queryTests.setUp();
7275

0 commit comments

Comments
 (0)