| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux Perf (3)": { | 2 "Linux Perf (3)": { |
| 3 "scripts": [ | 3 "scripts": [ |
| 4 { | 4 { |
| 5 "name": "cc_perftests", | 5 "name": "cc_perftests", |
| 6 "script": "gtest_perf_test.py", | 6 "script": "gtest_perf_test.py", |
| 7 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] | 7 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] |
| 8 } | 8 } |
| 9 ] | 9 ] |
| 10 }, | 10 }, |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "name": "gpu_perftests", | 75 "name": "gpu_perftests", |
| 76 "script": "gtest_perf_test.py", | 76 "script": "gtest_perf_test.py", |
| 77 "args": ["gpu_perftests"] | 77 "args": ["gpu_perftests"] |
| 78 } | 78 } |
| 79 ] | 79 ] |
| 80 }, | 80 }, |
| 81 "Android One Perf": { | 81 "Android One Perf": { |
| 82 "scripts": [ | 82 "scripts": [ |
| 83 { | |
| 84 "name": "gpu_perftests", | |
| 85 "script": "gtest_perf_test.py", | |
| 86 "args": ["gpu_perftests"] | |
| 87 } | |
| 88 ] | 83 ] |
| 89 }, | 84 }, |
| 90 "Android MotoE Perf": { | 85 "Android MotoE Perf": { |
| 91 "scripts": [ | 86 "scripts": [ |
| 92 { | 87 { |
| 93 "name": "host_info", | 88 "name": "host_info", |
| 94 "script": "host_info.py" | 89 "script": "host_info.py" |
| 95 }, | 90 }, |
| 96 { | 91 { |
| 97 "name": "gpu_perftests", | 92 "name": "gpu_perftests", |
| 98 "script": "gtest_perf_test.py", | 93 "script": "gtest_perf_test.py", |
| 99 "args": ["gpu_perftests"] | 94 "args": ["gpu_perftests"] |
| 100 } | 95 } |
| 101 ] | 96 ] |
| 102 }, | 97 }, |
| 103 "Mac 10.8 Perf (1)": { | 98 "Mac 10.8 Perf (1)": { |
| 104 "scripts": [ | 99 "scripts": [ |
| 105 ] | 100 ] |
| 106 }, | 101 }, |
| 107 "Mac 10.9 Perf (1)": { | 102 "Mac 10.9 Perf (1)": { |
| 108 "scripts": [ | 103 "scripts": [ |
| 109 ] | 104 ] |
| 110 } | 105 } |
| 111 } | 106 } |
| OLD | NEW |