OLD | NEW |
---|---|
(Empty) | |
1 # This config just runs the kraken test once. | |
2 | |
3 config = { | |
4 "command": "python tools/perf/run_benchmark -v --browser=release kraken", | |
5 "max_time_minutes": "10", | |
6 "repeat_count": "1", | |
7 "truncate_percent": "0" | |
8 } | |
9 | |
10 # Workaround git try issue, see crbug.com/257689 | |
11 | |
OLD | NEW |