Home
last modified time | relevance | path

Searched refs:outstandingRpcsPerChannel (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs137 …<Channel> channels, ClientType clientType, RpcType rpcType, int outstandingRpcsPerChannel, LoadPar… in ClientRunnerImpl() argument
139 … GrpcPreconditions.CheckArgument(outstandingRpcsPerChannel > 0, "outstandingRpcsPerChannel"); in ClientRunnerImpl()
151 for (int i = 0; i < outstandingRpcsPerChannel; i++) in ClientRunnerImpl()
153 … var timer = CreateTimer(loadParams, 1.0 / this.channels.Count / outstandingRpcsPerChannel); in ClientRunnerImpl()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DClientConfiguration.java52 int outstandingRpcsPerChannel = 10; field in ClientConfiguration
149 "" + DEFAULT.outstandingRpcsPerChannel) {
152 config.outstandingRpcsPerChannel = parseInt(value); in setClientValue()
DAsyncClient.java125 new ArrayList<Future<Histogram>>(config.outstandingRpcsPerChannel); in doBenchmark()
127 for (int j = 0; j < config.outstandingRpcsPerChannel; j++) { in doBenchmark()
283 .append(config.outstandingRpcsPerChannel).append('\n') in printStats()