Home
last modified time | relevance | path

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

/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/grpc-grpc/src/ruby/qps/
Dclient.rb93 case config.rpc_type
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto92 RpcType rpc_type = 8; field
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto91 RpcType rpc_type = 8; field