Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(573)

Unified Diff: tools/run-bisect-perf-regression.py

Issue 255943002: [bisect] - First pass bisect functional breakages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes from review. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/bisect-perf-regression.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-bisect-perf-regression.py
diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py
index ba3a6c8b281298ac765adaa41f4eb244692b0cd3..26c7d3dc598c2c66676de25391080ffffaf10986 100755
--- a/tools/run-bisect-perf-regression.py
+++ b/tools/run-bisect-perf-regression.py
@@ -367,6 +367,9 @@ def _RunBisectionScript(config, working_directory, path_to_file, path_to_goma,
if config['max_time_minutes']:
cmd.extend(['--max_time_minutes', config['max_time_minutes']])
+ if config.has_key('bisect_mode'):
+ cmd.extend(['--bisect_mode', config['bisect_mode']])
+
cmd.extend(['--build_preference', 'ninja'])
if '--browser=cros' in config['command']:
« no previous file with comments | « tools/bisect-perf-regression.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698