OLD | NEW |
1 { | 1 { |
2 "Android MotoE Perf": { | 2 "Android MotoE 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 "args": [ | 9 "args": [ |
10 "gpu_perftests" | 10 "gpu_perftests" |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 "cc_perftests" | 83 "cc_perftests" |
84 ], | 84 ], |
85 "name": "cc_perftests", | 85 "name": "cc_perftests", |
86 "script": "gtest_perf_test.py" | 86 "script": "gtest_perf_test.py" |
87 } | 87 } |
88 ] | 88 ] |
89 }, | 89 }, |
90 "Android Nexus6 Perf": { | 90 "Android Nexus6 Perf": { |
91 "scripts": [ | 91 "scripts": [ |
92 { | 92 { |
| 93 "name": "host_info", |
| 94 "script": "host_info.py" |
| 95 }, |
| 96 { |
93 "args": [ | 97 "args": [ |
94 "cc_perftests" | 98 "cc_perftests" |
95 ], | 99 ], |
96 "name": "cc_perftests", | 100 "name": "cc_perftests", |
97 "script": "gtest_perf_test.py" | 101 "script": "gtest_perf_test.py" |
98 } | 102 } |
99 ] | 103 ] |
100 }, | 104 }, |
101 "Android Nexus7v2 Perf": { | 105 "Android Nexus7v2 Perf": { |
102 "scripts": [ | 106 "scripts": [ |
(...skipping 13 matching lines...) Expand all Loading... |
116 "cc_perftests" | 120 "cc_perftests" |
117 ], | 121 ], |
118 "name": "cc_perftests", | 122 "name": "cc_perftests", |
119 "script": "gtest_perf_test.py" | 123 "script": "gtest_perf_test.py" |
120 } | 124 } |
121 ] | 125 ] |
122 }, | 126 }, |
123 "Android Nexus9 Perf": { | 127 "Android Nexus9 Perf": { |
124 "scripts": [ | 128 "scripts": [ |
125 { | 129 { |
| 130 "name": "host_info", |
| 131 "script": "host_info.py" |
| 132 }, |
| 133 { |
126 "args": [ | 134 "args": [ |
127 "gpu_perftests" | 135 "gpu_perftests" |
128 ], | 136 ], |
129 "name": "gpu_perftests", | 137 "name": "gpu_perftests", |
130 "script": "gtest_perf_test.py" | 138 "script": "gtest_perf_test.py" |
131 }, | 139 }, |
132 { | 140 { |
133 "args": [ | 141 "args": [ |
134 "cc_perftests" | 142 "cc_perftests" |
135 ], | 143 ], |
136 "name": "cc_perftests", | 144 "name": "cc_perftests", |
137 "script": "gtest_perf_test.py" | 145 "script": "gtest_perf_test.py" |
138 } | 146 } |
139 ] | 147 ] |
140 }, | 148 }, |
141 "Android One Perf": { | 149 "Android One Perf": { |
142 "scripts": [] | 150 "scripts": [ |
| 151 { |
| 152 "name": "host_info", |
| 153 "script": "host_info.py" |
| 154 } |
| 155 ] |
143 }, | 156 }, |
144 "Linux Perf (3)": { | 157 "Linux Perf (3)": { |
145 "scripts": [ | 158 "scripts": [ |
146 { | 159 { |
147 "args": [ | 160 "args": [ |
148 "cc_perftests", | 161 "cc_perftests", |
149 "--test-launcher-print-test-stdio=always" | 162 "--test-launcher-print-test-stdio=always" |
150 ], | 163 ], |
151 "name": "cc_perftests", | 164 "name": "cc_perftests", |
152 "script": "gtest_perf_test.py" | 165 "script": "gtest_perf_test.py" |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "--gtest_filter=TabCapturePerformanceTest.*", | 290 "--gtest_filter=TabCapturePerformanceTest.*", |
278 "--test-launcher-jobs=1", | 291 "--test-launcher-jobs=1", |
279 "--enable-gpu" | 292 "--enable-gpu" |
280 ], | 293 ], |
281 "name": "performance_browser_tests", | 294 "name": "performance_browser_tests", |
282 "script": "gtest_perf_test.py" | 295 "script": "gtest_perf_test.py" |
283 } | 296 } |
284 ] | 297 ] |
285 } | 298 } |
286 } | 299 } |
OLD | NEW |