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