Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # This config just runs the tab-switching command once. | |
| 2 # http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect /builds/689 | |
| 3 | |
| 4 config = { | |
| 5 "command": "./tools/perf/run_benchmark -v tab_switching.typical_25 --browser=r elease", | |
| 6 "max_time_minutes": "30", | |
| 7 "repeat_count": "1", | |
| 8 "truncate_percent": "0" | |
| 9 } | |
| 10 | |
| 11 # Workaround git try issue, see crbug.com/257689 | |
| OLD | NEW |