Skip to content

Commit 9f37951

Browse files
benchmarks: honor transport in AsyncClient
1 parent 3619364 commit 9f37951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private ClientConfiguration() {
8282
}
8383

8484
public ManagedChannel newChannel() throws IOException {
85-
return Utils.newClientChannel(Transport.NETTY_EPOLL, address, tls, testca, authorityOverride,
85+
return Utils.newClientChannel(transport, address, tls, testca, authorityOverride,
8686
useDefaultCiphers, flowControlWindow, directExecutor);
8787
}
8888

0 commit comments

Comments
 (0)