aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/performance/scenario_config.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/run_tests/performance/scenario_config.py b/tools/run_tests/performance/scenario_config.py
index bd65b82945..2e78bd07fb 100644
--- a/tools/run_tests/performance/scenario_config.py
+++ b/tools/run_tests/performance/scenario_config.py
@@ -1160,8 +1160,10 @@ class NodeLanguage:
def worker_cmdline(self):
fixture = 'native_js' if self.node_purejs else 'native_native'
- return ['tools/run_tests/performance/run_worker_node.sh', fixture,
- '--benchmark_impl=grpc']
+ return [
+ 'tools/run_tests/performance/run_worker_node.sh', fixture,
+ '--benchmark_impl=grpc'
+ ]
def worker_port_offset(self):
if self.node_purejs: