Home
last modified time | relevance | path

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

/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DOpenLoopClient.java211 private static final double DELAY_EPSILON = Math.nextUp(0d); field in OpenLoopClient.LoadGenerationWorker
214 double seconds = -Math.log(Math.max(rnd.nextDouble(), DELAY_EPSILON)) / targetQps; in nextDelay()