Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/run_tests/
Drun_performance_tests.py291 def create_qpsworkers(languages, worker_hosts, perf_cmd=None): argument
293 if not worker_hosts:
296 elif len(worker_hosts) == 1:
298 workers = [(worker_hosts[0], 10000), (worker_hosts[0], 10010)]
301 workers = [(worker_host, 10000) for worker_host in worker_hosts]