Home
last modified time | relevance | path

Searched refs:client_channels (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Djson_run_localhost_scenarios.bzl3client_channels": 300, "threads_per_cq": 0}, "num_clients": 0}]}\'', 'cpp_protobuf_sync_streaming_…
Dqps_json_driver_scenarios.bzl3client_channels": 64, "threads_per_cq": 3}, "num_clients": 0}]}\'', 'cpp_protobuf_sync_streaming_q…
Dclient_sync.cc58 config.outstanding_rpcs_per_channel() * config.client_channels(); in SynchronousClient()
Dclient.h425 for (int i = 0; i < config.client_channels(); i++) { in ClientImpl()
Ddriver.cc354 (client_config.client_channels() - channels_allocated) / in RunScenario()
Dclient_async.cc184 for (int ch = 0; ch < config.client_channels(); ch++) { in AsyncClient()
/external/grpc-grpc/src/ruby/qps/
Dproxy-worker.rb45 @php_pid = Array.new(@config.client_channels)
46 (0..@config.client_channels-1).each do |chan|
68 (0..@config.client_channels-1).each do |chan|
Dclient.rb79 (0..config.client_channels-1).each do |chan|
90 (config.client_channels *
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php43 private $client_channels = 0; variable in Grpc\\Testing\\ClientConfig
219 return $this->client_channels;
233 $this->client_channels = $var;
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py112 for i in xrange(config.client_channels):
164 load_factor = float(config.client_channels)
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto88 int32 client_channels = 5; field
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto89 int32 client_channels = 5; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto90 int32 client_channels = 5; field