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

Unified Diff: tools/auto_bisect/bisect_perf_regression.py

Issue 1823803004: Add 'try_job_id' to bisect option. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add try_job_id to run-bisect-perf-regression.py Created 4 years, 9 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 | « no previous file | tools/run-bisect-perf-regression.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/bisect_perf_regression.py
diff --git a/tools/auto_bisect/bisect_perf_regression.py b/tools/auto_bisect/bisect_perf_regression.py
index 2164daefbdc5e3e6aadc8c21271863ed8b18a64e..beced3ad7cc89b90d893a542958a40188955fd2e 100755
--- a/tools/auto_bisect/bisect_perf_regression.py
+++ b/tools/auto_bisect/bisect_perf_regression.py
@@ -2658,6 +2658,9 @@ class BisectOptions(object):
'If this number is given, bisect will attempt to ' +
'verify that the bug is not closed before '
'starting.')
+ group.add_argument('--try_job_id', default=None,
+ help='The id assigned by Perf Dashboard when sending ' +
+ 'try jobs.')
group.add_argument('--required_initial_confidence', type=float,
default=80.0,
help='The required confidence score for the initial '
« no previous file with comments | « no previous file | tools/run-bisect-perf-regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698