diff --git a/benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java b/benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java index 2ab79140b8..89b65d46bc 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java @@ -82,7 +82,7 @@ public class ClientConfiguration implements Configuration { } public ManagedChannel newChannel() throws IOException { - return Utils.newClientChannel(Transport.NETTY_EPOLL, address, tls, testca, authorityOverride, + return Utils.newClientChannel(transport, address, tls, testca, authorityOverride, useDefaultCiphers, flowControlWindow, directExecutor); }