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

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

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 8 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
(Empty)
1 {
2 "Android MotoE Perf": {
3 "scripts": [
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 ],
19 "name": "cc_perftests",
20 "script": "gtest_perf_test.py"
21 }
22 ]
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 },
46 "Android Nexus4 Perf": {
47 "scripts": [
48 {
49 "name": "host_info",
50 "script": "host_info.py"
51 },
52 {
53 "args": [
54 "gpu_perftests"
55 ],
56 "name": "gpu_perftests",
57 "script": "gtest_perf_test.py"
58 },
59 {
60 "args": [
61 "cc_perftests"
62 ],
63 "name": "cc_perftests",
64 "script": "gtest_perf_test.py"
65 }
66 ]
67 },
68 "Android Nexus5 Perf": {
69 "scripts": [
70 {
71 "name": "host_info",
72 "script": "host_info.py"
73 },
74 {
75 "args": [
76 "gpu_perftests"
77 ],
78 "name": "gpu_perftests",
79 "script": "gtest_perf_test.py"
80 },
81 {
82 "args": [
83 "cc_perftests"
84 ],
85 "name": "cc_perftests",
86 "script": "gtest_perf_test.py"
87 }
88 ]
89 },
90 "Android Nexus6 Perf": {
91 "scripts": [
92 {
93 "name": "host_info",
94 "script": "host_info.py"
95 },
96 {
97 "args": [
98 "cc_perftests"
99 ],
100 "name": "cc_perftests",
101 "script": "gtest_perf_test.py"
102 }
103 ]
104 },
105 "Android Nexus7v2 Perf": {
106 "scripts": [
107 {
108 "name": "host_info",
109 "script": "host_info.py"
110 },
111 {
112 "args": [
113 "gpu_perftests"
114 ],
115 "name": "gpu_perftests",
116 "script": "gtest_perf_test.py"
117 },
118 {
119 "args": [
120 "cc_perftests"
121 ],
122 "name": "cc_perftests",
123 "script": "gtest_perf_test.py"
124 }
125 ]
126 },
127 "Android Nexus9 Perf": {
128 "scripts": [
129 {
130 "name": "host_info",
131 "script": "host_info.py"
132 },
133 {
134 "args": [
135 "gpu_perftests"
136 ],
137 "name": "gpu_perftests",
138 "script": "gtest_perf_test.py"
139 },
140 {
141 "args": [
142 "cc_perftests"
143 ],
144 "name": "cc_perftests",
145 "script": "gtest_perf_test.py"
146 }
147 ]
148 },
149 "Android One Perf": {
150 "scripts": [
151 {
152 "name": "host_info",
153 "script": "host_info.py"
154 }
155 ]
156 },
157 "Linux Perf (3)": {
158 "scripts": [
159 {
160 "args": [
161 "cc_perftests",
162 "--test-launcher-print-test-stdio=always"
163 ],
164 "name": "cc_perftests",
165 "script": "gtest_perf_test.py"
166 }
167 ]
168 },
169 "Mac 10.8 Perf (1)": {
170 "scripts": [
171 {
172 "args": [
173 "gpu_perftests",
174 "--test-launcher-print-test-stdio=always"
175 ],
176 "name": "gpu_perftests",
177 "script": "gtest_perf_test.py"
178 }
179 ]
180 },
181 "Mac 10.8 Perf (3)": {
182 "scripts": [
183 {
184 "args": [
185 "cc_perftests",
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"
201 }
202 ]
203 },
204 "Mac 10.9 Perf (1)": {
205 "scripts": [
206 {
207 "args": [
208 "gpu_perftests",
209 "--test-launcher-print-test-stdio=always"
210 ],
211 "name": "gpu_perftests",
212 "script": "gtest_perf_test.py"
213 }
214 ]
215 },
216 "Mac 10.9 Perf (3)": {
217 "scripts": [
218 {
219 "args": [
220 "cc_perftests",
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 (2)": {
240 "scripts": [
241 {
242 "args": [
243 "angle_perftests",
244 "--test-launcher-print-test-stdio=always",
245 "--test-launcher-jobs=1"
246 ],
247 "name": "angle_perftests",
248 "script": "gtest_perf_test.py"
249 },
250 {
251 "args": [
252 "performance_browser_tests",
253 "--test-launcher-print-test-stdio=always",
254 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
255 "--test-launcher-jobs=1",
256 "--enable-gpu"
257 ],
258 "name": "performance_browser_tests",
259 "script": "gtest_perf_test.py"
260 }
261 ]
262 },
263 "Win 7 Intel GPU Perf": {
264 "scripts": [
265 {
266 "args": [
267 "angle_perftests",
268 "--test-launcher-print-test-stdio=always",
269 "--test-launcher-jobs=1"
270 ],
271 "name": "angle_perftests",
272 "script": "gtest_perf_test.py"
273 },
274 {
275 "args": [
276 "performance_browser_tests",
277 "--test-launcher-print-test-stdio=always",
278 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
279 "--test-launcher-jobs=1",
280 "--enable-gpu"
281 ],
282 "name": "performance_browser_tests",
283 "script": "gtest_perf_test.py"
284 }
285 ]
286 },
287 "Win 7 Low-End Perf (2)": {
288 "scripts": [
289 {
290 "args": [
291 "performance_browser_tests",
292 "--test-launcher-print-test-stdio=always",
293 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
294 "--test-launcher-jobs=1",
295 "--enable-gpu"
296 ],
297 "name": "performance_browser_tests",
298 "script": "gtest_perf_test.py"
299 }
300 ]
301 },
302 "Win 7 Nvidia GPU Perf (2)": {
303 "scripts": [
304 {
305 "args": [
306 "angle_perftests",
307 "--test-launcher-print-test-stdio=always",
308 "--test-launcher-jobs=1"
309 ],
310 "name": "angle_perftests",
311 "script": "gtest_perf_test.py"
312 },
313 {
314 "args": [
315 "performance_browser_tests",
316 "--test-launcher-print-test-stdio=always",
317 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
318 "--test-launcher-jobs=1",
319 "--enable-gpu"
320 ],
321 "name": "performance_browser_tests",
322 "script": "gtest_perf_test.py"
323 }
324 ]
325 },
326 "Win 7 Perf (3)": {
327 "scripts": [
328 {
329 "args": [
330 "performance_browser_tests",
331 "--test-launcher-print-test-stdio=always",
332 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
333 "--test-launcher-jobs=1",
334 "--enable-gpu"
335 ],
336 "name": "performance_browser_tests",
337 "script": "gtest_perf_test.py"
338 }
339 ]
340 },
341 "Win 7 x64 Perf (2)": {
342 "scripts": [
343 {
344 "args": [
345 "performance_browser_tests",
346 "--test-launcher-print-test-stdio=always",
347 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
348 "--test-launcher-jobs=1",
349 "--enable-gpu"
350 ],
351 "name": "performance_browser_tests",
352 "script": "gtest_perf_test.py"
353 }
354 ]
355 },
356 "Win 8 Perf (2)": {
357 "scripts": []
358 }
359 }
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