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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 330 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
331 "--test-launcher-jobs=1", | 331 "--test-launcher-jobs=1", |
332 "--enable-gpu" | 332 "--enable-gpu" |
333 ], | 333 ], |
334 "name": "performance_browser_tests", | 334 "name": "performance_browser_tests", |
335 "script": "gtest_perf_test.py" | 335 "script": "gtest_perf_test.py" |
336 } | 336 } |
337 ] | 337 ] |
338 }, | 338 }, |
339 "Win 8 Perf (2)": { | 339 "Win 8 Perf (2)": { |
340 "scripts": [ | 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" | |
351 } | |
352 ] | |
353 } | 341 } |
354 } | 342 } |
OLD | NEW |