Skip to content

Commit 598cea0

Browse files
author
Paultagoras
committed
Update MixedWorkload.java
1 parent c88b2a9 commit 598cea0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ public void tearDownTrial() {
5656
}
5757
}
5858

59-
@State(Scope.Thread)
60-
public static class MixedWorkloadState {
61-
@Param({"true", "false"})
62-
public boolean alternate;
63-
}
59+
// @State(Scope.Thread)
60+
// public static class MixedWorkloadState {
61+
// @Param({"true", "false"})
62+
// public boolean alternate;
63+
// }
6464

6565

6666
@TearDown(Level.Iteration)

0 commit comments

Comments
 (0)