| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Galaxy S5 Perf (1)": { | 2 "Android Galaxy S5 Perf (1)": { |
| 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 }, | 9 }, |
| 10 "Android Galaxy S5 Perf (2)": { | 10 "Android Galaxy S5 Perf (2)": { |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 ], | 441 ], |
| 442 "name": "load_library_perf_tests", | 442 "name": "load_library_perf_tests", |
| 443 "script": "gtest_perf_test.py" | 443 "script": "gtest_perf_test.py" |
| 444 } | 444 } |
| 445 ] | 445 ] |
| 446 }, | 446 }, |
| 447 "Win 8 Perf (2)": { | 447 "Win 8 Perf (2)": { |
| 448 "scripts": [ | 448 "scripts": [ |
| 449 { | 449 { |
| 450 "args": [ | 450 "args": [ |
| 451 "performance_browser_tests", |
| 452 "--test-launcher-print-test-stdio=always", |
| 453 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 454 "--test-launcher-jobs=1", |
| 455 "--enable-gpu" |
| 456 ], |
| 457 "name": "performance_browser_tests", |
| 458 "script": "gtest_perf_test.py" |
| 459 }, |
| 460 { |
| 461 "args": [ |
| 451 "load_library_perf_tests", | 462 "load_library_perf_tests", |
| 452 "--test-launcher-print-test-stdio=always" | 463 "--test-launcher-print-test-stdio=always" |
| 453 ], | 464 ], |
| 454 "name": "load_library_perf_tests", | 465 "name": "load_library_perf_tests", |
| 455 "script": "gtest_perf_test.py" | 466 "script": "gtest_perf_test.py" |
| 456 } | 467 } |
| 457 ] | 468 ] |
| 458 } | 469 } |
| 459 } | 470 } |
| OLD | NEW |