Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dscenario_config.py114 rpc_type, argument
152 'rpc_type': rpc_type,
250 rpc_type='UNARY',
264 rpc_type='STREAMING_FROM_CLIENT',
278 rpc_type='UNARY',
299 rpc_type='STREAMING',
310 rpc_type='STREAMING',
324 rpc_type='STREAMING',
339 rpc_type='STREAMING',
351 rpc_type='STREAMING',
[all …]
/external/grpc-grpc/tools/run_tests/performance/
Dscenario_config.py111 rpc_type, argument
146 'rpc_type': rpc_type,
243 rpc_type='UNARY',
257 rpc_type='STREAMING_FROM_CLIENT',
271 rpc_type='UNARY',
292 rpc_type='STREAMING',
302 rpc_type='STREAMING',
315 rpc_type='STREAMING',
329 rpc_type='STREAMING',
341 rpc_type='STREAMING',
[all …]
/external/grpc-grpc/test/cpp/qps/
Djson_run_localhost_scenarios.bzl3rpc_type": "UNARY", "load_params": {"poisson": {"offered_load": 37500}}, "histogram_params": {"res…
Dqps_json_driver_scenarios.bzl3rpc_type": "STREAMING", "load_params": {"closed_loop": {}}, "histogram_params": {"resolution": 0.0…
Dqps_worker.cc53 RpcType_Name(config.rpc_type()).c_str(), in CreateClient()
Dclient_sync.cc406 switch (config.rpc_type()) { in CreateSynchronousClient()
Dclient_async.cc932 switch (config.rpc_type()) { in CreateAsyncClient()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php53 private $rpc_type = 0; variable in Grpc\\Testing\\ClientConfig
270 return $this->rpc_type;
281 $this->rpc_type = $var;
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py147 if config.rpc_type == control_pb2.UNARY:
150 elif config.rpc_type == control_pb2.STREAMING:
154 if config.rpc_type == control_pb2.UNARY:
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py434 for rpc_type, md_key, md_value in metadata:
436 md.type = rpc_type
511 def wait_until_rpcs_in_flight(rpc_type, timeout_sec, num_rpcs, threshold): argument
531 (timeout_sec, num_rpcs, rpc_type, threshold))
533 error_msg = _check_rpcs_in_flight(rpc_type, num_rpcs, threshold,
543 error_msg = _check_rpcs_in_flight(rpc_type, num_rpcs, threshold,
547 (rpc_type, error_msg))
550 def _check_rpcs_in_flight(rpc_type, num_rpcs, threshold, threshold_fraction): argument
553 rpcs_started = stats.num_rpcs_started_by_method[rpc_type]
554 rpcs_succeeded = stats.num_rpcs_succeeded_by_method[rpc_type]
[all …]
/external/grpc-grpc/src/ruby/qps/
Dclient.rb93 case config.rpc_type
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto91 RpcType rpc_type = 8; field
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto92 RpcType rpc_type = 8; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto93 RpcType rpc_type = 8; field