Searched refs:outstandingRpcsPerChannel (Results 1 – 3 of 3) sorted by relevance
137 …<Channel> channels, ClientType clientType, RpcType rpcType, int outstandingRpcsPerChannel, LoadPar… in ClientRunnerImpl() argument139 … 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()
52 int outstandingRpcsPerChannel = 10; field in ClientConfiguration149 "" + DEFAULT.outstandingRpcsPerChannel) {152 config.outstandingRpcsPerChannel = parseInt(value); in setClientValue()
125 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()