Searched refs:rpc_type (Results 1 – 11 of 11) sorted by relevance
/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/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
|