aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_performance_tests.py
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-09-12 13:19:49 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2017-09-12 13:30:26 -0700
commit3c8f6dbffd715d0dd9ff03555b15a20c12c3f3ae (patch)
tree9c0b17148bae9454caa53d132691e32ae520b97b /tools/run_tests/run_performance_tests.py
parent81ad19d4be0e12d519b026a37982f14ff87a0847 (diff)
Remove leftover instance of clear_alarms
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 9b20fae78f..6e407b4a41 100755
--- a/tools/run_tests/run_performance_tests.py
+++ b/tools/run_tests/run_performance_tests.py
@@ -556,7 +556,7 @@ def main():
jobs = [scenario.jobspec]
if scenario.workers:
jobs.append(create_quit_jobspec(scenario.workers, remote_host=args.remote_driver_host))
- scenario_failures, resultset = jobset.run(jobs, newline_on_success=True, maxjobs=1, clear_alarms=False)
+ scenario_failures, resultset = jobset.run(jobs, newline_on_success=True, maxjobs=1)
total_scenario_failures += scenario_failures
merged_resultset = dict(itertools.chain(six.iteritems(merged_resultset),
six.iteritems(resultset)))