Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # This config is based on http://crbug.com/435291. | |
| 2 | |
| 3 config = { | |
| 4 'command': 'tools/perf/run_benchmark -v --browser=release tab_switching.five_b lank_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', | |
| 12 } | |
| 13 | |
| 14 # Workaround git try issue, see crbug.com/257689 | |
| OLD | NEW |