Reformat script code

pull/15175/head
murgatroid99 7 years ago
parent cc8b0c0ab4
commit c44cda2c3d
  1. 6
      tools/run_tests/performance/scenario_config.py

@ -1160,8 +1160,10 @@ class NodeLanguage:
def worker_cmdline(self): def worker_cmdline(self):
fixture = 'native_js' if self.node_purejs else 'native_native' fixture = 'native_js' if self.node_purejs else 'native_native'
return ['tools/run_tests/performance/run_worker_node.sh', fixture, return [
'--benchmark_impl=grpc'] 'tools/run_tests/performance/run_worker_node.sh', fixture,
'--benchmark_impl=grpc'
]
def worker_port_offset(self): def worker_port_offset(self):
if self.node_purejs: if self.node_purejs:

Loading…
Cancel
Save