OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offered_load
(Results
1 - 8
of
8
) sorted by null
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
PoissonParams.php
22
* Generated from protobuf field <code>double
offered_load
= 1;</code>
24
private $
offered_load
= 0.0;
variable
34
* Generated from protobuf field <code>double
offered_load
= 1;</code>
39
return $this->
offered_load
;
45
* Generated from protobuf field <code>double
offered_load
= 1;</code>
52
$this->
offered_load
= $var;
variable
/external/grpc-grpc/test/cpp/qps/
qps_json_driver.cc
44
"targeted cpu load. For now, we have '
offered_load
'. Later, "
118
static double GetCpuLoad(Scenario* scenario, double
offered_load
,
123
->set_offered_load(
offered_load
);
217
if (FLAGS_search_param == "
offered_load
") {
client.h
268
new ExpDist(load.poisson().
offered_load
() / num_threads));
/external/grpc-grpc/tools/run_tests/performance/
scenario_config.py
85
def _load_params(
offered_load
):
87
if
offered_load
is None:
91
load['
offered_load
'] =
offered_load
133
offered_load
=None):
191
if
offered_load
is not None:
199
scenario['client_config']['load_params'] = _load_params(
offered_load
)
279
offered_load
=37500,
[
all
...]
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
worker_server.py
169
alpha = config.load_params.poisson.
offered_load
/ load_factor
/external/grpc-grpc/src/ruby/qps/
client.rb
89
waiter = Poisson.new(config.load_params.poisson.
offered_load
/
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb
10
optional :
offered_load
, :double, 1
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs
204
/// <summary>Field number for the "
offered_load
" field.</summary>
[
all
...]
Completed in 146 milliseconds