mirror of https://github.com/grpc/grpc-java.git
benchmarks: honor transport in AsyncClient
This commit is contained in:
parent
361936401f
commit
9f37951680
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue