| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "--test-launcher-print-test-stdio=always", | 231 "--test-launcher-print-test-stdio=always", |
| 232 "--gtest_filter=TabCapturePerformanceTest.*", | 232 "--gtest_filter=TabCapturePerformanceTest.*", |
| 233 "--test-launcher-jobs=1", | 233 "--test-launcher-jobs=1", |
| 234 "--enable-gpu" | 234 "--enable-gpu" |
| 235 ], | 235 ], |
| 236 "name": "performance_browser_tests", | 236 "name": "performance_browser_tests", |
| 237 "script": "gtest_perf_test.py" | 237 "script": "gtest_perf_test.py" |
| 238 } | 238 } |
| 239 ] | 239 ] |
| 240 }, | 240 }, |
| 241 "Win 7 Nvidia GPU Perf": { |
| 242 "scripts": [ |
| 243 { |
| 244 "args": [ |
| 245 "angle_perftests", |
| 246 "--test-launcher-print-test-stdio=always", |
| 247 "--gtest_filter=DrawCallPerf*", |
| 248 "--test-launcher-jobs=1" |
| 249 ], |
| 250 "name": "angle_perftests", |
| 251 "script": "gtest_perf_test.py" |
| 252 } |
| 253 ] |
| 254 }, |
| 241 "Win 7 Perf (3)": { | 255 "Win 7 Perf (3)": { |
| 242 "scripts": [ | 256 "scripts": [ |
| 243 { | 257 { |
| 244 "args": [ | 258 "args": [ |
| 245 "performance_browser_tests", | 259 "performance_browser_tests", |
| 246 "--test-launcher-print-test-stdio=always", | 260 "--test-launcher-print-test-stdio=always", |
| 247 "--gtest_filter=TabCapturePerformanceTest.*", | 261 "--gtest_filter=TabCapturePerformanceTest.*", |
| 248 "--test-launcher-jobs=1", | 262 "--test-launcher-jobs=1", |
| 249 "--enable-gpu" | 263 "--enable-gpu" |
| 250 ], | 264 ], |
| (...skipping 26 matching lines...) Expand all Loading... |
| 277 "--gtest_filter=TabCapturePerformanceTest.*", | 291 "--gtest_filter=TabCapturePerformanceTest.*", |
| 278 "--test-launcher-jobs=1", | 292 "--test-launcher-jobs=1", |
| 279 "--enable-gpu" | 293 "--enable-gpu" |
| 280 ], | 294 ], |
| 281 "name": "performance_browser_tests", | 295 "name": "performance_browser_tests", |
| 282 "script": "gtest_perf_test.py" | 296 "script": "gtest_perf_test.py" |
| 283 } | 297 } |
| 284 ] | 298 ] |
| 285 } | 299 } |
| 286 } | 300 } |
| OLD | NEW |