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

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

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 7 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 | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | 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 "Linux Perf (3)": { 2 "Android MotoE Perf": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "host_info",
6 "script": "host_info.py"
7 },
8 {
9 "args": [
10 "gpu_perftests"
11 ],
12 "name": "gpu_perftests",
13 "script": "gtest_perf_test.py"
14 },
15 {
16 "args": [
17 "cc_perftests"
18 ],
5 "name": "cc_perftests", 19 "name": "cc_perftests",
6 "script": "gtest_perf_test.py", 20 "script": "gtest_perf_test.py"
7 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
8 } 21 }
9 ] 22 ]
10 }, 23 },
24 "Android Nexus10 Perf": {
25 "scripts": [
26 {
27 "name": "host_info",
28 "script": "host_info.py"
29 },
30 {
31 "args": [
32 "gpu_perftests"
33 ],
34 "name": "gpu_perftests",
35 "script": "gtest_perf_test.py"
36 },
37 {
38 "args": [
39 "cc_perftests"
40 ],
41 "name": "cc_perftests",
42 "script": "gtest_perf_test.py"
43 }
44 ]
45 },
11 "Android Nexus4 Perf": { 46 "Android Nexus4 Perf": {
12 "scripts": [ 47 "scripts": [
13 { 48 {
14 "name": "host_info", 49 "name": "host_info",
15 "script": "host_info.py" 50 "script": "host_info.py"
16 }, 51 },
17 { 52 {
53 "args": [
54 "gpu_perftests"
55 ],
18 "name": "gpu_perftests", 56 "name": "gpu_perftests",
19 "script": "gtest_perf_test.py", 57 "script": "gtest_perf_test.py"
20 "args": ["gpu_perftests"]
21 }, 58 },
22 { 59 {
60 "args": [
61 "cc_perftests"
62 ],
23 "name": "cc_perftests", 63 "name": "cc_perftests",
24 "script": "gtest_perf_test.py", 64 "script": "gtest_perf_test.py"
25 "args": ["cc_perftests"]
26 } 65 }
27 ] 66 ]
28 }, 67 },
29 "Android Nexus5 Perf": { 68 "Android Nexus5 Perf": {
30 "scripts": [ 69 "scripts": [
31 { 70 {
32 "name": "host_info", 71 "name": "host_info",
33 "script": "host_info.py" 72 "script": "host_info.py"
34 }, 73 },
35 { 74 {
75 "args": [
76 "gpu_perftests"
77 ],
36 "name": "gpu_perftests", 78 "name": "gpu_perftests",
37 "script": "gtest_perf_test.py", 79 "script": "gtest_perf_test.py"
38 "args": ["gpu_perftests"]
39 }, 80 },
40 { 81 {
82 "args": [
83 "cc_perftests"
84 ],
41 "name": "cc_perftests", 85 "name": "cc_perftests",
42 "script": "gtest_perf_test.py", 86 "script": "gtest_perf_test.py"
43 "args": ["cc_perftests"]
44 } 87 }
45 ] 88 ]
46 }, 89 },
47 "Android Nexus6 Perf": { 90 "Android Nexus6 Perf": {
48 "scripts": [ 91 "scripts": [
49 { 92 {
93 "name": "host_info",
94 "script": "host_info.py"
95 },
96 {
97 "args": [
98 "cc_perftests"
99 ],
50 "name": "cc_perftests", 100 "name": "cc_perftests",
51 "script": "gtest_perf_test.py", 101 "script": "gtest_perf_test.py"
52 "args": ["cc_perftests"]
53 } 102 }
54 ] 103 ]
55 }, 104 },
56 "Android Nexus7v2 Perf": { 105 "Android Nexus7v2 Perf": {
57 "scripts": [ 106 "scripts": [
58 { 107 {
59 "name": "host_info", 108 "name": "host_info",
60 "script": "host_info.py" 109 "script": "host_info.py"
61 }, 110 },
62 { 111 {
63 "name": "gpu_perftests", 112 "args": [
64 "script": "gtest_perf_test.py", 113 "gpu_perftests"
65 "args": ["gpu_perftests"] 114 ],
66 }, 115 "name": "gpu_perftests",
67 { 116 "script": "gtest_perf_test.py"
68 "name": "cc_perftests", 117 },
69 "script": "gtest_perf_test.py", 118 {
70 "args": ["cc_perftests"] 119 "args": [
120 "cc_perftests"
121 ],
122 "name": "cc_perftests",
123 "script": "gtest_perf_test.py"
71 } 124 }
72 ] 125 ]
73 }, 126 },
74 "Android Nexus9 Perf": { 127 "Android Nexus9 Perf": {
75 "scripts": [ 128 "scripts": [
76 { 129 {
77 "name": "gpu_perftests",
78 "script": "gtest_perf_test.py",
79 "args": ["gpu_perftests"]
80 },
81 {
82 "name": "cc_perftests",
83 "script": "gtest_perf_test.py",
84 "args": ["cc_perftests"]
85 }
86 ]
87 },
88 "Android Nexus10 Perf": {
89 "scripts": [
90 {
91 "name": "host_info", 130 "name": "host_info",
92 "script": "host_info.py" 131 "script": "host_info.py"
93 }, 132 },
94 { 133 {
95 "name": "gpu_perftests", 134 "args": [
96 "script": "gtest_perf_test.py", 135 "gpu_perftests"
97 "args": ["gpu_perftests"] 136 ],
98 }, 137 "name": "gpu_perftests",
99 { 138 "script": "gtest_perf_test.py"
100 "name": "cc_perftests", 139 },
101 "script": "gtest_perf_test.py", 140 {
102 "args": ["cc_perftests"] 141 "args": [
142 "cc_perftests"
143 ],
144 "name": "cc_perftests",
145 "script": "gtest_perf_test.py"
103 } 146 }
104 ] 147 ]
105 }, 148 },
106 "Android One Perf": { 149 "Android One Perf": {
107 "scripts": [ 150 "scripts": [
108 ]
109 },
110 "Android MotoE Perf": {
111 "scripts": [
112 { 151 {
113 "name": "host_info", 152 "name": "host_info",
114 "script": "host_info.py" 153 "script": "host_info.py"
115 }, 154 }
116 { 155 ]
117 "name": "gpu_perftests", 156 },
118 "script": "gtest_perf_test.py", 157 "Linux Perf (3)": {
119 "args": ["gpu_perftests"] 158 "scripts": [
120 }, 159 {
121 { 160 "args": [
122 "name": "cc_perftests", 161 "cc_perftests",
123 "script": "gtest_perf_test.py", 162 "--test-launcher-print-test-stdio=always"
124 "args": ["cc_perftests"] 163 ],
164 "name": "cc_perftests",
165 "script": "gtest_perf_test.py"
125 } 166 }
126 ] 167 ]
127 }, 168 },
128 "Mac 10.8 Perf (1)": { 169 "Mac 10.8 Perf (1)": {
129 "scripts": [ 170 "scripts": [
130 { 171 {
131 » "name": "gpu_perftests", 172 "args": [
132 » "script": "gtest_perf_test.py", 173 "gpu_perftests",
133 » "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] 174 "--test-launcher-print-test-stdio=always"
175 ],
176 "name": "gpu_perftests",
177 "script": "gtest_perf_test.py"
134 } 178 }
135 ] 179 ]
136 }, 180 },
137 "Mac 10.8 Perf (3)": { 181 "Mac 10.8 Perf (3)": {
138 "scripts": [ 182 "scripts": [
139 { 183 {
140 "name": "cc_perftests", 184 "args": [
141 "script": "gtest_perf_test.py", 185 "cc_perftests",
142 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] 186 "--test-launcher-print-test-stdio=always"
187 ],
188 "name": "cc_perftests",
189 "script": "gtest_perf_test.py"
190 },
191 {
192 "args": [
193 "performance_browser_tests",
194 "--test-launcher-print-test-stdio=always",
195 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
196 "--test-launcher-jobs=1",
197 "--enable-gpu"
198 ],
199 "name": "performance_browser_tests",
200 "script": "gtest_perf_test.py"
143 } 201 }
144 ] 202 ]
145 }, 203 },
146 "Mac 10.9 Perf (1)": { 204 "Mac 10.9 Perf (1)": {
147 "scripts": [ 205 "scripts": [
148 { 206 {
149 » "name": "gpu_perftests", 207 "args": [
150 » "script": "gtest_perf_test.py", 208 "gpu_perftests",
151 » "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] 209 "--test-launcher-print-test-stdio=always"
210 ],
211 "name": "gpu_perftests",
212 "script": "gtest_perf_test.py"
152 } 213 }
153 ] 214 ]
154 }, 215 },
155 "Mac 10.9 Perf (3)": { 216 "Mac 10.9 Perf (3)": {
156 "scripts": [ 217 "scripts": [
157 { 218 {
158 "name": "cc_perftests", 219 "args": [
159 "script": "gtest_perf_test.py", 220 "cc_perftests",
160 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] 221 "--test-launcher-print-test-stdio=always"
222 ],
223 "name": "cc_perftests",
224 "script": "gtest_perf_test.py"
225 },
226 {
227 "args": [
228 "performance_browser_tests",
229 "--test-launcher-print-test-stdio=always",
230 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
231 "--test-launcher-jobs=1",
232 "--enable-gpu"
233 ],
234 "name": "performance_browser_tests",
235 "script": "gtest_perf_test.py"
236 }
237 ]
238 },
239 "Win 7 ATI GPU Perf": {
240 "scripts": [
241 {
242 "args": [
243 "performance_browser_tests",
244 "--test-launcher-print-test-stdio=always",
245 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
246 "--test-launcher-jobs=1",
247 "--enable-gpu"
248 ],
249 "name": "performance_browser_tests",
250 "script": "gtest_perf_test.py"
251 }
252 ]
253 },
254 "Win 7 Intel GPU Perf": {
255 "scripts": [
256 {
257 "args": [
258 "performance_browser_tests",
259 "--test-launcher-print-test-stdio=always",
260 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
261 "--test-launcher-jobs=1",
262 "--enable-gpu"
263 ],
264 "name": "performance_browser_tests",
265 "script": "gtest_perf_test.py"
266 }
267 ]
268 },
269 "Win 7 Low-End Perf (2)": {
270 "scripts": [
271 {
272 "args": [
273 "performance_browser_tests",
274 "--test-launcher-print-test-stdio=always",
275 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
276 "--test-launcher-jobs=1",
277 "--enable-gpu"
278 ],
279 "name": "performance_browser_tests",
280 "script": "gtest_perf_test.py"
281 }
282 ]
283 },
284 "Win 7 Nvidia GPU Perf": {
285 "scripts": [
286 {
287 "args": [
288 "angle_perftests",
289 "--test-launcher-print-test-stdio=always",
290 "--gtest_filter=DrawCallPerf*",
291 "--test-launcher-jobs=1"
292 ],
293 "name": "angle_perftests",
294 "script": "gtest_perf_test.py"
295 },
296 {
297 "args": [
298 "performance_browser_tests",
299 "--test-launcher-print-test-stdio=always",
300 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
301 "--test-launcher-jobs=1",
302 "--enable-gpu"
303 ],
304 "name": "performance_browser_tests",
305 "script": "gtest_perf_test.py"
306 }
307 ]
308 },
309 "Win 7 Perf (3)": {
310 "scripts": [
311 {
312 "args": [
313 "performance_browser_tests",
314 "--test-launcher-print-test-stdio=always",
315 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
316 "--test-launcher-jobs=1",
317 "--enable-gpu"
318 ],
319 "name": "performance_browser_tests",
320 "script": "gtest_perf_test.py"
321 }
322 ]
323 },
324 "Win 7 x64 Perf (2)": {
325 "scripts": [
326 {
327 "args": [
328 "performance_browser_tests",
329 "--test-launcher-print-test-stdio=always",
330 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
331 "--test-launcher-jobs=1",
332 "--enable-gpu"
333 ],
334 "name": "performance_browser_tests",
335 "script": "gtest_perf_test.py"
336 }
337 ]
338 },
339 "Win 8 Perf (2)": {
340 "scripts": [
341 {
342 "args": [
343 "performance_browser_tests",
344 "--test-launcher-print-test-stdio=always",
345 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
346 "--test-launcher-jobs=1",
347 "--enable-gpu"
348 ],
349 "name": "performance_browser_tests",
350 "script": "gtest_perf_test.py"
161 } 351 }
162 ] 352 ]
163 } 353 }
164 } 354 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698