aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_performance_tests.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-15 09:15:23 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-15 09:15:23 -0700
commitd82fccc5ece579c2b86beefe4629adfb158af064 (patch)
tree82b2e5938d9147e3b3b6658a59e38cf476bf24e3 /tools/run_tests/run_performance_tests.py
parentaccf16b41ef9f610819eba62aedea9a924fec861 (diff)
Fix typo
Diffstat (limited to 'tools/run_tests/run_performance_tests.py')
-rwxr-xr-xtools/run_tests/run_performance_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_performance_tests.py b/tools/run_tests/run_performance_tests.py
index 2722d80353..9c1579c331 100755
--- a/tools/run_tests/run_performance_tests.py
+++ b/tools/run_tests/run_performance_tests.py
@@ -431,7 +431,7 @@ for job in qpsworker_jobs:
workers_by_lang[str(job.language)].append(job)
scenarios = create_scenarios(languages,
- workers_by_lang=worker_addresses,
+ workers_by_lang=workers_by_lang,
remote_host=args.remote_driver_host,
regex=args.regex,
category=args.category,