HomeSort by relevance Sort by last modified time
    Searched refs:client_channels (Results 1 - 10 of 10) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ClientConfig.php 41 * Generated from protobuf field <code>int32 client_channels = 5;</code>
43 private $client_channels = 0; variable
214 * Generated from protobuf field <code>int32 client_channels = 5;</code>
219 return $this->client_channels;
226 * Generated from protobuf field <code>int32 client_channels = 5;</code>
233 $this->client_channels = $var; variable
  /external/grpc-grpc/src/ruby/qps/
proxy-worker.rb 45 @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|
client.rb 79 (0..config.client_channels-1).each do |chan|
90 (config.client_channels *
  /external/grpc-grpc/src/python/grpcio_tests/tests/qps/
worker_server.py 112 for i in xrange(config.client_channels):
164 load_factor = float(config.client_channels)
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb 37 optional :client_channels, :int32, 5
  /external/grpc-grpc/test/cpp/qps/
client_sync.cc 58 config.outstanding_rpcs_per_channel() * config.client_channels();
client.h 425 for (int i = 0; i < config.client_channels(); i++) {
driver.cc 354 (client_config.client_channels() - channels_allocated) /
client_async.cc 184 for (int ch = 0; ch < config.client_channels(); ch++) {
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs     [all...]

Completed in 442 milliseconds