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

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

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 "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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 ], 233 ],
234 "name": "performance_browser_tests", 234 "name": "performance_browser_tests",
235 "script": "gtest_perf_test.py" 235 "script": "gtest_perf_test.py"
236 } 236 }
237 ] 237 ]
238 }, 238 },
239 "Win 7 ATI GPU Perf": { 239 "Win 7 ATI GPU Perf": {
240 "scripts": [ 240 "scripts": [
241 { 241 {
242 "args": [ 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": [
243 "performance_browser_tests", 252 "performance_browser_tests",
244 "--test-launcher-print-test-stdio=always", 253 "--test-launcher-print-test-stdio=always",
245 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 254 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
246 "--test-launcher-jobs=1", 255 "--test-launcher-jobs=1",
247 "--enable-gpu" 256 "--enable-gpu"
248 ], 257 ],
249 "name": "performance_browser_tests", 258 "name": "performance_browser_tests",
250 "script": "gtest_perf_test.py" 259 "script": "gtest_perf_test.py"
251 } 260 }
252 ] 261 ]
253 }, 262 },
254 "Win 7 Intel GPU Perf": { 263 "Win 7 Intel GPU Perf": {
255 "scripts": [ 264 "scripts": [
256 { 265 {
257 "args": [ 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": [
258 "performance_browser_tests", 276 "performance_browser_tests",
259 "--test-launcher-print-test-stdio=always", 277 "--test-launcher-print-test-stdio=always",
260 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 278 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
261 "--test-launcher-jobs=1", 279 "--test-launcher-jobs=1",
262 "--enable-gpu" 280 "--enable-gpu"
263 ], 281 ],
264 "name": "performance_browser_tests", 282 "name": "performance_browser_tests",
265 "script": "gtest_perf_test.py" 283 "script": "gtest_perf_test.py"
266 } 284 }
267 ] 285 ]
(...skipping 12 matching lines...) Expand all
280 "script": "gtest_perf_test.py" 298 "script": "gtest_perf_test.py"
281 } 299 }
282 ] 300 ]
283 }, 301 },
284 "Win 7 Nvidia GPU Perf": { 302 "Win 7 Nvidia GPU Perf": {
285 "scripts": [ 303 "scripts": [
286 { 304 {
287 "args": [ 305 "args": [
288 "angle_perftests", 306 "angle_perftests",
289 "--test-launcher-print-test-stdio=always", 307 "--test-launcher-print-test-stdio=always",
290 "--gtest_filter=DrawCallPerf*",
291 "--test-launcher-jobs=1" 308 "--test-launcher-jobs=1"
292 ], 309 ],
293 "name": "angle_perftests", 310 "name": "angle_perftests",
294 "script": "gtest_perf_test.py" 311 "script": "gtest_perf_test.py"
295 }, 312 },
296 { 313 {
297 "args": [ 314 "args": [
298 "performance_browser_tests", 315 "performance_browser_tests",
299 "--test-launcher-print-test-stdio=always", 316 "--test-launcher-print-test-stdio=always",
300 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 317 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
(...skipping 29 matching lines...) Expand all
330 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 347 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
331 "--test-launcher-jobs=1", 348 "--test-launcher-jobs=1",
332 "--enable-gpu" 349 "--enable-gpu"
333 ], 350 ],
334 "name": "performance_browser_tests", 351 "name": "performance_browser_tests",
335 "script": "gtest_perf_test.py" 352 "script": "gtest_perf_test.py"
336 } 353 }
337 ] 354 ]
338 }, 355 },
339 "Win 8 Perf (2)": { 356 "Win 8 Perf (2)": {
340 "scripts": [ 357 "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"
351 }
352 ]
353 } 358 }
354 } 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