Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Side by Side Diff: testing/buildbot/chromium.perf.json

Issue 2277003004: Cleaning up existing chromium.perf.json. Alphabetizing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing windows bot Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Galaxy S5 Perf (3)": { 2 "Android Galaxy S5 Perf (3)": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "args": [ 5 "args": [
6 "cc_perftests"
7 ],
8 "name": "cc_perftests",
9 "script": "gtest_perf_test.py"
10 },
11 {
12 "args": [
6 "gpu_perftests" 13 "gpu_perftests"
7 ], 14 ],
8 "name": "gpu_perftests", 15 "name": "gpu_perftests",
9 "script": "gtest_perf_test.py" 16 "script": "gtest_perf_test.py"
10 },
11 {
12 "args": [
13 "cc_perftests"
14 ],
15 "name": "cc_perftests",
16 "script": "gtest_perf_test.py"
17 } 17 }
18 ] 18 ]
19 }, 19 },
20 "Android Nexus5 Perf (2)": { 20 "Android Nexus5 Perf (2)": {
21 "scripts": [ 21 "scripts": [
22 { 22 {
23 "args": [ 23 "args": [
24 "cc_perftests"
25 ],
26 "name": "cc_perftests",
27 "script": "gtest_perf_test.py"
28 },
29 {
30 "args": [
24 "gpu_perftests" 31 "gpu_perftests"
25 ], 32 ],
26 "name": "gpu_perftests", 33 "name": "gpu_perftests",
27 "script": "gtest_perf_test.py" 34 "script": "gtest_perf_test.py"
28 },
29 {
30 "args": [
31 "cc_perftests"
32 ],
33 "name": "cc_perftests",
34 "script": "gtest_perf_test.py"
35 } 35 }
36 ] 36 ]
37 }, 37 },
38 "Android Nexus6 Perf (2)": { 38 "Android Nexus6 Perf (2)": {
39 "scripts": [ 39 "scripts": [
40 { 40 {
41 "args": [ 41 "args": [
42 "cc_perftests" 42 "cc_perftests"
43 ], 43 ],
44 "name": "cc_perftests", 44 "name": "cc_perftests",
45 "script": "gtest_perf_test.py" 45 "script": "gtest_perf_test.py"
46 } 46 }
47 ] 47 ]
48 }, 48 },
49 "Android Nexus7v2 Perf (2)": { 49 "Android Nexus7v2 Perf (2)": {
50 "scripts": [ 50 "scripts": [
51 { 51 {
52 "args": [ 52 "args": [
53 "cc_perftests"
54 ],
55 "name": "cc_perftests",
56 "script": "gtest_perf_test.py"
57 },
58 {
59 "args": [
53 "gpu_perftests" 60 "gpu_perftests"
54 ], 61 ],
55 "name": "gpu_perftests", 62 "name": "gpu_perftests",
56 "script": "gtest_perf_test.py" 63 "script": "gtest_perf_test.py"
57 },
58 {
59 "args": [
60 "cc_perftests"
61 ],
62 "name": "cc_perftests",
63 "script": "gtest_perf_test.py"
64 } 64 }
65 ] 65 ]
66 }, 66 },
67 "Android Nexus9 Perf (2)": { 67 "Android Nexus9 Perf (2)": {
68 "scripts": [ 68 "scripts": [
69 { 69 {
70 "args": [ 70 "args": [
71 "cc_perftests"
72 ],
73 "name": "cc_perftests",
74 "script": "gtest_perf_test.py"
75 },
76 {
77 "args": [
71 "gpu_perftests" 78 "gpu_perftests"
72 ], 79 ],
73 "name": "gpu_perftests", 80 "name": "gpu_perftests",
74 "script": "gtest_perf_test.py" 81 "script": "gtest_perf_test.py"
75 },
76 {
77 "args": [
78 "cc_perftests"
79 ],
80 "name": "cc_perftests",
81 "script": "gtest_perf_test.py"
82 } 82 }
83 ] 83 ]
84 }, 84 },
85 "Linux Perf (3)": { 85 "Linux Perf (3)": {
86 "scripts": [ 86 "scripts": [
87 { 87 {
88 "args": [ 88 "args": [
89 "cc_perftests", 89 "cc_perftests",
90 "--test-launcher-print-test-stdio=always" 90 "--test-launcher-print-test-stdio=always"
91 ], 91 ],
92 "name": "cc_perftests", 92 "name": "cc_perftests",
93 "script": "gtest_perf_test.py" 93 "script": "gtest_perf_test.py"
94 }, 94 },
95 { 95 {
96 "args": [ 96 "args": [
97 "load_library_perf_tests", 97 "load_library_perf_tests",
98 "--test-launcher-print-test-stdio=always" 98 "--test-launcher-print-test-stdio=always"
99 ], 99 ],
100 "name": "load_library_perf_tests", 100 "name": "load_library_perf_tests",
101 "script": "gtest_perf_test.py" 101 "script": "gtest_perf_test.py"
102 } 102 }
103 ] 103 ]
104 }, 104 },
105 "Mac 10.8 Perf (1)": { 105 "Win 7 ATI GPU Perf (2)": {
106 "scripts": [ 106 "scripts": [
107 { 107 {
108 "args": [ 108 "args": [
109 "gpu_perftests", 109 "angle_perftests",
110 "--test-launcher-print-test-stdio=always" 110 "--test-launcher-print-test-stdio=always",
111 "--test-launcher-jobs=1"
111 ], 112 ],
112 "name": "gpu_perftests", 113 "name": "angle_perftests",
113 "script": "gtest_perf_test.py"
114 }
115 ]
116 },
117 "Mac 10.8 Perf (3)": {
118 "scripts": [
119 {
120 "args": [
121 "cc_perftests",
122 "--test-launcher-print-test-stdio=always"
123 ],
124 "name": "cc_perftests",
125 "script": "gtest_perf_test.py" 114 "script": "gtest_perf_test.py"
126 }, 115 },
127 { 116 {
128 "args": [
129 "performance_browser_tests",
130 "--test-launcher-print-test-stdio=always",
131 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
132 "--test-launcher-jobs=1",
133 "--enable-gpu"
134 ],
135 "name": "performance_browser_tests",
136 "script": "gtest_perf_test.py"
137 },
138 {
139 "args": [ 117 "args": [
140 "load_library_perf_tests", 118 "load_library_perf_tests",
141 "--test-launcher-print-test-stdio=always" 119 "--test-launcher-print-test-stdio=always"
142 ], 120 ],
143 "name": "load_library_perf_tests", 121 "name": "load_library_perf_tests",
144 "script": "gtest_perf_test.py" 122 "script": "gtest_perf_test.py"
145 }
146 ]
147 },
148 "Mac 10.9 Perf (1)": {
149 "scripts": [
150 {
151 "args": [
152 "gpu_perftests",
153 "--test-launcher-print-test-stdio=always"
154 ],
155 "name": "gpu_perftests",
156 "script": "gtest_perf_test.py"
157 }
158 ]
159 },
160 "Mac 10.9 Perf (3)": {
161 "scripts": [
162 {
163 "args": [
164 "cc_perftests",
165 "--test-launcher-print-test-stdio=always"
166 ],
167 "name": "cc_perftests",
168 "script": "gtest_perf_test.py"
169 }, 123 },
170 { 124 {
171 "args": [ 125 "args": [
172 "performance_browser_tests", 126 "performance_browser_tests",
173 "--test-launcher-print-test-stdio=always", 127 "--test-launcher-print-test-stdio=always",
174 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 128 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
175 "--test-launcher-jobs=1", 129 "--test-launcher-jobs=1",
176 "--enable-gpu" 130 "--enable-gpu"
177 ], 131 ],
178 "name": "performance_browser_tests", 132 "name": "performance_browser_tests",
179 "script": "gtest_perf_test.py" 133 "script": "gtest_perf_test.py"
180 },
181 {
182 "args": [
183 "load_library_perf_tests",
184 "--test-launcher-print-test-stdio=always"
185 ],
186 "name": "load_library_perf_tests",
187 "script": "gtest_perf_test.py"
188 } 134 }
189 ] 135 ]
190 }, 136 },
191 "Win 7 ATI GPU Perf (2)": { 137 "Win 7 Nvidia GPU Perf (2)": {
192 "scripts": [ 138 "scripts": [
193 { 139 {
194 "args": [ 140 "args": [
195 "angle_perftests", 141 "angle_perftests",
196 "--test-launcher-print-test-stdio=always", 142 "--test-launcher-print-test-stdio=always",
197 "--test-launcher-jobs=1" 143 "--test-launcher-jobs=1"
198 ], 144 ],
199 "name": "angle_perftests", 145 "name": "angle_perftests",
200 "script": "gtest_perf_test.py" 146 "script": "gtest_perf_test.py"
201 }, 147 },
202 { 148 {
203 "args": [ 149 "args": [
204 "performance_browser_tests",
205 "--test-launcher-print-test-stdio=always",
206 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
207 "--test-launcher-jobs=1",
208 "--enable-gpu"
209 ],
210 "name": "performance_browser_tests",
211 "script": "gtest_perf_test.py"
212 },
213 {
214 "args": [
215 "load_library_perf_tests", 150 "load_library_perf_tests",
216 "--test-launcher-print-test-stdio=always" 151 "--test-launcher-print-test-stdio=always"
217 ], 152 ],
218 "name": "load_library_perf_tests", 153 "name": "load_library_perf_tests",
219 "script": "gtest_perf_test.py" 154 "script": "gtest_perf_test.py"
220 }
221 ]
222 },
223 "Win 7 Intel GPU Perf": {
224 "scripts": [
225 {
226 "args": [
227 "angle_perftests",
228 "--test-launcher-print-test-stdio=always",
229 "--test-launcher-jobs=1"
230 ],
231 "name": "angle_perftests",
232 "script": "gtest_perf_test.py"
233 }, 155 },
234 { 156 {
235 "args": [ 157 "args": [
236 "performance_browser_tests", 158 "performance_browser_tests",
237 "--test-launcher-print-test-stdio=always", 159 "--test-launcher-print-test-stdio=always",
238 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 160 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
239 "--test-launcher-jobs=1", 161 "--test-launcher-jobs=1",
240 "--enable-gpu" 162 "--enable-gpu"
241 ], 163 ],
242 "name": "performance_browser_tests", 164 "name": "performance_browser_tests",
243 "script": "gtest_perf_test.py" 165 "script": "gtest_perf_test.py"
244 }, 166 }
167 ]
168 },
169 "Win 7 Perf (3)": {
170 "scripts": [
245 { 171 {
246 "args": [ 172 "args": [
247 "load_library_perf_tests", 173 "load_library_perf_tests",
248 "--test-launcher-print-test-stdio=always" 174 "--test-launcher-print-test-stdio=always"
249 ], 175 ],
250 "name": "load_library_perf_tests", 176 "name": "load_library_perf_tests",
251 "script": "gtest_perf_test.py" 177 "script": "gtest_perf_test.py"
252 }
253 ]
254 },
255 "Win 7 Low-End Perf (2)": {
256 "scripts": [
257 {
258 "args": [
259 "performance_browser_tests",
260 "--test-launcher-print-test-stdio=always",
261 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
262 "--test-launcher-jobs=1",
263 "--enable-gpu"
264 ],
265 "name": "performance_browser_tests",
266 "script": "gtest_perf_test.py"
267 }, 178 },
268 { 179 {
269 "args": [ 180 "args": [
270 "load_library_perf_tests",
271 "--test-launcher-print-test-stdio=always"
272 ],
273 "name": "load_library_perf_tests",
274 "script": "gtest_perf_test.py"
275 }
276 ]
277 },
278 "Win 7 Nvidia GPU Perf (2)": {
279 "scripts": [
280 {
281 "args": [
282 "angle_perftests",
283 "--test-launcher-print-test-stdio=always",
284 "--test-launcher-jobs=1"
285 ],
286 "name": "angle_perftests",
287 "script": "gtest_perf_test.py"
288 },
289 {
290 "args": [
291 "performance_browser_tests", 181 "performance_browser_tests",
292 "--test-launcher-print-test-stdio=always", 182 "--test-launcher-print-test-stdio=always",
293 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 183 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
294 "--test-launcher-jobs=1", 184 "--test-launcher-jobs=1",
295 "--enable-gpu" 185 "--enable-gpu"
296 ], 186 ],
297 "name": "performance_browser_tests", 187 "name": "performance_browser_tests",
298 "script": "gtest_perf_test.py" 188 "script": "gtest_perf_test.py"
299 },
300 {
301 "args": [
302 "load_library_perf_tests",
303 "--test-launcher-print-test-stdio=always"
304 ],
305 "name": "load_library_perf_tests",
306 "script": "gtest_perf_test.py"
307 }
308 ]
309 },
310 "Win 7 Perf (3)": {
311 "scripts": [
312 {
313 "args": [
314 "performance_browser_tests",
315 "--test-launcher-print-test-stdio=always",
316 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
317 "--test-launcher-jobs=1",
318 "--enable-gpu"
319 ],
320 "name": "performance_browser_tests",
321 "script": "gtest_perf_test.py"
322 },
323 {
324 "args": [
325 "load_library_perf_tests",
326 "--test-launcher-print-test-stdio=always"
327 ],
328 "name": "load_library_perf_tests",
329 "script": "gtest_perf_test.py"
330 } 189 }
331 ] 190 ]
332 }, 191 },
333 "Win 7 x64 Perf (2)": { 192 "Win 7 x64 Perf (2)": {
334 "scripts": [ 193 "scripts": [
335 { 194 {
336 "args": [ 195 "args": [
196 "load_library_perf_tests",
197 "--test-launcher-print-test-stdio=always"
198 ],
199 "name": "load_library_perf_tests",
200 "script": "gtest_perf_test.py"
201 },
202 {
203 "args": [
337 "performance_browser_tests", 204 "performance_browser_tests",
338 "--test-launcher-print-test-stdio=always", 205 "--test-launcher-print-test-stdio=always",
339 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 206 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
340 "--test-launcher-jobs=1", 207 "--test-launcher-jobs=1",
341 "--enable-gpu" 208 "--enable-gpu"
342 ], 209 ],
343 "name": "performance_browser_tests", 210 "name": "performance_browser_tests",
344 "script": "gtest_perf_test.py" 211 "script": "gtest_perf_test.py"
345 }, 212 }
213 ]
214 },
215 "Win 8 Perf (2)": {
216 "scripts": [
346 { 217 {
347 "args": [ 218 "args": [
348 "load_library_perf_tests", 219 "load_library_perf_tests",
349 "--test-launcher-print-test-stdio=always" 220 "--test-launcher-print-test-stdio=always"
350 ], 221 ],
351 "name": "load_library_perf_tests", 222 "name": "load_library_perf_tests",
352 "script": "gtest_perf_test.py" 223 "script": "gtest_perf_test.py"
353 } 224 },
354 ]
355 },
356 "Win 8 Perf (2)": {
357 "scripts": [
358 { 225 {
359 "args": [ 226 "args": [
360 "performance_browser_tests", 227 "performance_browser_tests",
361 "--test-launcher-print-test-stdio=always", 228 "--test-launcher-print-test-stdio=always",
362 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 229 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
363 "--test-launcher-jobs=1", 230 "--test-launcher-jobs=1",
364 "--enable-gpu" 231 "--enable-gpu"
365 ], 232 ],
366 "name": "performance_browser_tests", 233 "name": "performance_browser_tests",
367 "script": "gtest_perf_test.py" 234 "script": "gtest_perf_test.py"
368 },
369 {
370 "args": [
371 "load_library_perf_tests",
372 "--test-launcher-print-test-stdio=always"
373 ],
374 "name": "load_library_perf_tests",
375 "script": "gtest_perf_test.py"
376 } 235 }
377 ] 236 ]
378 } 237 }
379 } 238 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698