| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "--test-launcher-print-test-stdio=always", | 229 "--test-launcher-print-test-stdio=always", |
| 230 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 230 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 231 "--test-launcher-jobs=1", | 231 "--test-launcher-jobs=1", |
| 232 "--enable-gpu" | 232 "--enable-gpu" |
| 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 (2)": { |
| 240 "scripts": [ | 240 "scripts": [ |
| 241 { | 241 { |
| 242 "args": [ | 242 "args": [ |
| 243 "angle_perftests", | 243 "angle_perftests", |
| 244 "--test-launcher-print-test-stdio=always", | 244 "--test-launcher-print-test-stdio=always", |
| 245 "--test-launcher-jobs=1" | 245 "--test-launcher-jobs=1" |
| 246 ], | 246 ], |
| 247 "name": "angle_perftests", | 247 "name": "angle_perftests", |
| 248 "script": "gtest_perf_test.py" | 248 "script": "gtest_perf_test.py" |
| 249 }, | 249 }, |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 "--test-launcher-print-test-stdio=always", | 292 "--test-launcher-print-test-stdio=always", |
| 293 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 293 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 294 "--test-launcher-jobs=1", | 294 "--test-launcher-jobs=1", |
| 295 "--enable-gpu" | 295 "--enable-gpu" |
| 296 ], | 296 ], |
| 297 "name": "performance_browser_tests", | 297 "name": "performance_browser_tests", |
| 298 "script": "gtest_perf_test.py" | 298 "script": "gtest_perf_test.py" |
| 299 } | 299 } |
| 300 ] | 300 ] |
| 301 }, | 301 }, |
| 302 "Win 7 Nvidia GPU Perf": { | 302 "Win 7 Nvidia GPU Perf (2)": { |
| 303 "scripts": [ | 303 "scripts": [ |
| 304 { | 304 { |
| 305 "args": [ | 305 "args": [ |
| 306 "angle_perftests", | 306 "angle_perftests", |
| 307 "--test-launcher-print-test-stdio=always", | 307 "--test-launcher-print-test-stdio=always", |
| 308 "--test-launcher-jobs=1" | 308 "--test-launcher-jobs=1" |
| 309 ], | 309 ], |
| 310 "name": "angle_perftests", | 310 "name": "angle_perftests", |
| 311 "script": "gtest_perf_test.py" | 311 "script": "gtest_perf_test.py" |
| 312 }, | 312 }, |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 ], | 350 ], |
| 351 "name": "performance_browser_tests", | 351 "name": "performance_browser_tests", |
| 352 "script": "gtest_perf_test.py" | 352 "script": "gtest_perf_test.py" |
| 353 } | 353 } |
| 354 ] | 354 ] |
| 355 }, | 355 }, |
| 356 "Win 8 Perf (2)": { | 356 "Win 8 Perf (2)": { |
| 357 "scripts": [] | 357 "scripts": [] |
| 358 } | 358 } |
| 359 } | 359 } |
| OLD | NEW |