| Index: tools/auto_bisect/bisect.cfg
|
| diff --git a/tools/auto_bisect/bisect.cfg b/tools/auto_bisect/bisect.cfg
|
| index 25323ff2c03be61ff1f80a341e7bef617cc97e0c..213be8e3a9335e01ef3f5ef67114e2281d4e7d4c 100644
|
| --- a/tools/auto_bisect/bisect.cfg
|
| +++ b/tools/auto_bisect/bisect.cfg
|
| @@ -44,13 +44,19 @@ to the command, so the command would be changed to:
|
| """
|
|
|
| config = {
|
| - 'command': '',
|
| - 'good_revision': '',
|
| - 'bad_revision': '',
|
| - 'metric': '',
|
| - 'repeat_count': '',
|
| - 'max_time_minutes': '',
|
| - 'truncate_percent': '',
|
| + 'bugid': '594091',
|
| + 'command': 'tools/perf/run_benchmark -v --browser=android-chromium --output-format=buildbot --also-run-disabled-tests memory.memory_health_plan --pageset-repeat 5',
|
| + 'good_revision': '380401',
|
| + 'bad_revision': '380426',
|
| + 'metric': 'foreground-memory_android_memtrack_gl_gpu_process/http_yahoo_com',
|
| + 'repeat_count': '20',
|
| + 'max_time_minutes': '60',
|
| + 'bisect_mode': 'mean',
|
| + 'builder_type': 'perf'
|
| }
|
|
|
| +# Reminder to self:
|
| +# - upload: git cl upload --bypass-hooks
|
| +# - run: git cl try -m tryserver.chromium.perf -b <bot_name>
|
| +
|
| # Workaround git try issue, see crbug.com/257689
|
|
|