We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b17f37 commit 5bf10b9Copy full SHA for 5bf10b9
performance/src/test/com/clickhouse/benchmark/BenchmarkRunner.java
@@ -33,9 +33,9 @@ public static void main(String[] args) throws Exception {
33
34
Options opt = new OptionsBuilder()
35
.include(QueryClient.class.getSimpleName())
36
-// .include(InsertClient.class.getSimpleName())
37
-// .include(Compression.class.getSimpleName())
38
-// .include(Serializers.class.getSimpleName())
+ .include(InsertClient.class.getSimpleName())
+ .include(Compression.class.getSimpleName())
+ .include(Serializers.class.getSimpleName())
39
.include(Deserializers.class.getSimpleName())
40
.forks(1) // must be a fork. No fork only for debugging
41
.mode(Mode.SampleTime)
0 commit comments