| 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 '
|
|
|