Home
last modified time | relevance | path

Searched refs:getLoadParams (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/
Dclient.php112 if (0 && $config->getLoadParams()->getLoad() == "poisson") {
114 $lamrecip = 1.0/($config->getLoadParams()->getPoisson()->getOfferedLoad());
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php292 public function getLoadParams() function in Grpc\\Testing\\ClientConfig
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java121 switch (config.getLoadParams().getLoadCase()) { in LoadClient()
131 threadCount / config.getLoadParams().getPoisson().getOfferedLoad()); in LoadClient()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3711 io.grpc.benchmarks.proto.Control.LoadParams getLoadParams(); in getLoadParams() method
4211 public io.grpc.benchmarks.proto.Control.LoadParams getLoadParams() { in getLoadParams() method in Control.ClientConfig
4222 return getLoadParams(); in getLoadParamsOrBuilder()
4436 output.writeMessage(10, getLoadParams()); in writeTo()
4505 .computeMessageSize(10, getLoadParams()); in getSerializedSize()
4577 result = result && getLoadParams() in equals()
4578 .equals(other.getLoadParams()); in equals()
4631 hash = (53 * hash) + getLoadParams().hashCode(); in hashCode()
4977 mergeLoadParams(other.getLoadParams()); in mergeFrom()
5534 public io.grpc.benchmarks.proto.Control.LoadParams getLoadParams() { in getLoadParams() method in Control.ClientConfig.Builder
[all …]