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

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

Issue 645263002: Implementing direction_of_improvement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Splitting new test case. Created 6 years, 2 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
Index: tools/run-bisect-perf-regression.py
diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py
index 8525d2ce7f8fdc1d270e50bae3ea56215ecfc938..5aae35d25c50b822eeefef5456b4254685415f79 100755
--- a/tools/run-bisect-perf-regression.py
+++ b/tools/run-bisect-perf-regression.py
@@ -207,6 +207,9 @@ def _CreateBisectOptionsFromConfig(config):
if config.has_key('goma_dir'):
opts_dict['goma_dir'] = config['goma_dir']
+ if config.has_key('direction_of_improvement'):
+ opts_dict['direction_of_improvement'] = config['direction_of_improvement']
+
opts_dict['build_preference'] = 'ninja'
opts_dict['output_buildbot_annotations'] = True

Powered by Google App Engine
This is Rietveld 408576698