OLD | NEW |
---|---|
(Empty) | |
1 # This config just runs the sunspider 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 --browser=android-chrome-shell sunspid er', | |
6 "max_time_minutes": "10", | |
7 "repeat_count": "1", | |
8 "truncate_percent": "0" | |
9 } | |
10 | |
11 # Workaround git try issue, see crbug.com/257689 | |
OLD | NEW |