| 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 d60f29f398f78d1c3187fb17d07cabd93e46b30e..1e06e99a7d60fc46414c8410c8ebccde2a2dc3ee 100755
|
| --- a/tools/auto_bisect/bisect_perf_regression.py
|
| +++ b/tools/auto_bisect/bisect_perf_regression.py
|
| @@ -2641,10 +2641,11 @@ class BisectOptions(object):
|
| '(default), or "Debug".')
|
| group.add_argument('--builder_type', default=fetch_build.PERF_BUILDER,
|
| choices=[fetch_build.PERF_BUILDER,
|
| - fetch_build.FULL_BUILDER],
|
| + fetch_build.FULL_BUILDER, ''],
|
| help='Type of builder to get build from. This '
|
| 'determines both the bot that builds and the '
|
| - 'place where archived builds are downloaded from.')
|
| + 'place where archived builds are downloaded from. '
|
| + 'For local builds, an empty string can be passed.')
|
|
|
| @staticmethod
|
| def _AddDebugOptionsGroup(parser):
|
|
|