Searched refs:offered_load (Results 1 – 9 of 9) sorted by relevance
24 private $offered_load = 0.0; variable in Grpc\\Testing\\PoissonParams39 return $this->offered_load;52 $this->offered_load = $var;
85 def _load_params(offered_load): argument87 if offered_load is None:91 load['offered_load'] = offered_load133 offered_load=None): argument191 if offered_load is not None:199 scenario['client_config']['load_params'] = _load_params(offered_load)279 offered_load=37500,
118 static double GetCpuLoad(Scenario* scenario, double offered_load, in GetCpuLoad() argument123 ->set_offered_load(offered_load); in GetCpuLoad()
268 new ExpDist(load.poisson().offered_load() / num_threads)); in SetupLoadTest()
3 …_per_channel": 100, "rpc_type": "UNARY", "load_params": {"poisson": {"offered_load": 37500}}, "his…
89 waiter = Poisson.new(config.load_params.poisson.offered_load /
169 alpha = config.load_params.poisson.offered_load / load_factor
51 double offered_load = 1; field
49 double offered_load = 1; field