| Index: tools/auto_bisect/bisect.cfg
|
| diff --git a/tools/auto_bisect/bisect.cfg b/tools/auto_bisect/bisect.cfg
|
| index 25323ff2c03be61ff1f80a341e7bef617cc97e0c..fcee3be88333e4d7b8e412b2041a8d2b04be91f2 100644
|
| --- a/tools/auto_bisect/bisect.cfg
|
| +++ b/tools/auto_bisect/bisect.cfg
|
| @@ -44,13 +44,15 @@
|
| """
|
|
|
| config = {
|
| - 'command': '',
|
| - 'good_revision': '',
|
| - 'bad_revision': '',
|
| - 'metric': '',
|
| - 'repeat_count': '',
|
| - 'max_time_minutes': '',
|
| - 'truncate_percent': '',
|
| + 'command': 'tools/perf/run_benchmark -v --browser=android-chrome-shell thread_times.key_silk_cases',
|
| + 'good_revision': '316902',
|
| + 'bad_revision': '316926',
|
| + 'metric': 'thread_renderer_compositor_cpu_time_per_frame/thread_renderer_compositor_cpu_time_per_frame',
|
| + 'repeat_count': '20',
|
| + 'max_time_minutes': '20',
|
| + 'truncate_percent': '25',
|
| + 'bug_id': '460246',
|
| + 'builder_type': 'perf',
|
| }
|
|
|
| # Workaround git try issue, see crbug.com/257689
|
|
|