aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2018-04-26 15:08:54 -0700
committerGravatar murgatroid99 <mlumish@google.com>2018-04-26 15:08:54 -0700
commitc44cda2c3d98485a7709270cddb94d6645fbead0 (patch)
tree423e7d8bf174ac6172d76ee4df76379a7df43a1c /tools/run_tests/performance
parentcc8b0c0ab4592bddd3e6d2c715a5f9f0f4b2aa3f (diff)
Reformat script code
Diffstat (limited to 'tools/run_tests/performance')
-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: