| Index: tools/auto_bisect/bisect.cfg
|
| diff --git a/tools/auto_bisect/bisect.cfg b/tools/auto_bisect/bisect.cfg
|
| index 25323ff2c03be61ff1f80a341e7bef617cc97e0c..ddde07f789bfa074f2186f922577d0d085e1ff5d 100644
|
| --- a/tools/auto_bisect/bisect.cfg
|
| +++ b/tools/auto_bisect/bisect.cfg
|
| @@ -44,13 +44,16 @@
|
| """
|
|
|
| config = {
|
| - 'command': '',
|
| - 'good_revision': '',
|
| - 'bad_revision': '',
|
| - 'metric': '',
|
| - 'repeat_count': '',
|
| - 'max_time_minutes': '',
|
| - 'truncate_percent': '',
|
| + "bad_revision": "358639",
|
| + "bisect_mode": "mean",
|
| + "bug_id": "555239",
|
| + "builder_type": "perf",
|
| + "command": "python tools/perf/run_benchmark -v --browser=release --output-format=buildbot --also-run-disabled-tests page_cycler.intl_ar_fa_he",
|
| + "good_revision": "358618",
|
| + "max_time_minutes": "20",
|
| + "metric": "cold_times/page_load_time",
|
| + "repeat_count": "10",
|
| + "target_arch": "ia32"
|
| }
|
|
|
| # Workaround git try issue, see crbug.com/257689
|
|
|