Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
martiniss
2017/07/06 22:11:22
Can you add a comment in this file about what this
yzshen1
2017/07/07 18:02:44
Done.
| |
| 2 "Mojo Linux Perf": { | |
| 3 "isolated_scripts": [ | |
| 4 { | |
| 5 "args": [ | |
| 6 "loading.desktop.network_service", | |
| 7 "-v", | |
| 8 "--upload-results", | |
| 9 "--output-format=chartjson", | |
| 10 "--browser=release" | |
| 11 ], | |
| 12 "isolate_name": "telemetry_perf_tests", | |
| 13 "name": "loading.desktop.network_service", | |
| 14 "override_compile_targets": [ | |
| 15 "telemetry_perf_tests" | |
| 16 ], | |
| 17 "swarming": { | |
| 18 "can_use_on_swarming_builders": true, | |
| 19 "expiration": 36000, | |
| 20 "hard_timeout": 10800, | |
| 21 "ignore_task_failure": false, | |
| 22 "io_timeout": 3600 | |
| 23 } | |
| 24 } | |
| 25 ] | |
| 26 } | |
| 27 } | |
| OLD | NEW |