Skip to content

Commit cdee17f

Browse files
committed
removed experiment config
1 parent b598b1a commit cdee17f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ protected static ClickHouseClient getClientV1() {
252252
return ClickHouseClient.builder()
253253
.defaultCredentials(ClickHouseCredentials.fromUserAndPassword(getUsername(), getPassword()))
254254
.nodeSelector(ClickHouseNodeSelector.of(ClickHouseProtocol.HTTP))
255-
.option(ClickHouseClientOption.MAX_QUEUED_BUFFERS, 1)
256255
.build();
257256
}
258257
protected static Client getClientV2() {

0 commit comments

Comments
 (0)