/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | scenario_config.py | 114 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/ |
D | scenario_config.py | 111 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/ |
D | json_run_localhost_scenarios.bzl | 3 …rpc_type": "UNARY", "load_params": {"poisson": {"offered_load": 37500}}, "histogram_params": {"res…
|
D | qps_json_driver_scenarios.bzl | 3 …rpc_type": "STREAMING", "load_params": {"closed_loop": {}}, "histogram_params": {"resolution": 0.0…
|
D | qps_worker.cc | 53 RpcType_Name(config.rpc_type()).c_str(), in CreateClient()
|
D | client_sync.cc | 406 switch (config.rpc_type()) { in CreateSynchronousClient()
|
D | client_async.cc | 932 switch (config.rpc_type()) { in CreateAsyncClient()
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | ClientConfig.php | 53 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/ |
D | worker_server.py | 147 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/ |
D | run_xds_tests.py | 434 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/ |
D | client.rb | 93 case config.rpc_type
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | control.proto | 91 RpcType rpc_type = 8; field
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | control.proto | 92 RpcType rpc_type = 8; field
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | control.proto | 93 RpcType rpc_type = 8; field
|