OLD | NEW |
1 { | 1 { |
| 2 "Android Nexus4 Perf": { |
| 3 "scripts": [ |
| 4 { |
| 5 "name": "host_info", |
| 6 "script": "host_info.py" |
| 7 } |
| 8 ] |
| 9 }, |
| 10 "Android Nexus5 Perf": { |
| 11 "scripts": [ |
| 12 { |
| 13 "name": "host_info", |
| 14 "script": "host_info.py" |
| 15 } |
| 16 ] |
| 17 }, |
| 18 "Android Nexus7v2 Perf": { |
| 19 "scripts": [ |
| 20 { |
| 21 "name": "host_info", |
| 22 "script": "host_info.py" |
| 23 } |
| 24 ] |
| 25 }, |
| 26 "Android Nexus10 Perf": { |
| 27 "scripts": [ |
| 28 { |
| 29 "name": "host_info", |
| 30 "script": "host_info.py" |
| 31 } |
| 32 ] |
| 33 }, |
| 34 "Android MotoE Perf": { |
| 35 "scripts": [ |
| 36 { |
| 37 "name": "host_info", |
| 38 "script": "host_info.py" |
| 39 } |
| 40 ] |
| 41 }, |
| 42 "Mac 10.8 Perf (1)": { |
| 43 "scripts": [ |
| 44 { |
| 45 "name": "gpu_perftests", |
| 46 "script": "gtest_perf_test.py", |
| 47 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] |
| 48 } |
| 49 ] |
| 50 }, |
| 51 "Mac 10.9 Perf (1)": { |
| 52 "scripts": [ |
| 53 { |
| 54 "name": "gpu_perftests", |
| 55 "script": "gtest_perf_test.py", |
| 56 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] |
| 57 } |
| 58 ] |
| 59 } |
2 } | 60 } |
OLD | NEW |