| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Nexus4 Perf": { | 2 "Android Nexus4 Perf": { |
| 3 "scripts": [ | 3 "scripts": [ |
| 4 { | 4 { |
| 5 "name": "host_info", | 5 "name": "host_info", |
| 6 "script": "host_info.py" | 6 "script": "host_info.py" |
| 7 } | 7 } |
| 8 ] | 8 ] |
| 9 }, | 9 }, |
| 10 "Android Nexus5 Perf": { | 10 "Android Nexus5 Perf": { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 ] | 37 ] |
| 38 }, | 38 }, |
| 39 "Android MotoE Perf": { | 39 "Android MotoE Perf": { |
| 40 "scripts": [ | 40 "scripts": [ |
| 41 { | 41 { |
| 42 "name": "host_info", | 42 "name": "host_info", |
| 43 "script": "host_info.py" | 43 "script": "host_info.py" |
| 44 } | 44 } |
| 45 ] | 45 ] |
| 46 }, | 46 }, |
| 47 "Linux Perf (1)": { | |
| 48 "scripts": [ | |
| 49 { | |
| 50 "name": "gpu_perftests", | |
| 51 "script": "gtest_perf_test.py", | |
| 52 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] | |
| 53 } | |
| 54 ] | |
| 55 }, | |
| 56 "Win 7 ATI GPU Perf": { | 47 "Win 7 ATI GPU Perf": { |
| 57 "scripts": [ | 48 "scripts": [ |
| 58 { | 49 { |
| 59 "name": "gpu_perftests", | 50 "name": "gpu_perftests", |
| 60 "script": "gtest_perf_test.py", | 51 "script": "gtest_perf_test.py", |
| 61 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] | 52 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] |
| 62 } | 53 } |
| 63 ] | 54 ] |
| 64 }, | 55 }, |
| 65 "Win 7 Intel GPU Perf": { | 56 "Win 7 Intel GPU Perf": { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 92 "Mac 10.9 Perf (1)": { | 83 "Mac 10.9 Perf (1)": { |
| 93 "scripts": [ | 84 "scripts": [ |
| 94 { | 85 { |
| 95 "name": "gpu_perftests", | 86 "name": "gpu_perftests", |
| 96 "script": "gtest_perf_test.py", | 87 "script": "gtest_perf_test.py", |
| 97 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] | 88 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] |
| 98 } | 89 } |
| 99 ] | 90 ] |
| 100 } | 91 } |
| 101 } | 92 } |
| OLD | NEW |