Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / tools / auto_bisect / configs / mac.bisect.tab_switching.cfg
blob40c381ba40c85aeed65b97242363bd024a220696
1 # This config is based on http://crbug.com/435291.
3 config = {
4   'command': 'tools/perf/run_benchmark -v --browser=release tab_switching.five_blank_pages',
5   'good_revision': '304855',
6   'bad_revision': '304881',
7   'metric': 'idle_wakeups_total/idle_wakeups_total',
8   'repeat_count': '5',
9   'max_time_minutes': '10',
10   'truncate_percent': '25',
11   'builder_type': 'perf',
14 # Workaround git try issue, see crbug.com/257689