| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 ], | 276 ], |
| 277 "name": "load_library_perf_tests", | 277 "name": "load_library_perf_tests", |
| 278 "script": "gtest_perf_test.py" | 278 "script": "gtest_perf_test.py" |
| 279 } | 279 } |
| 280 ] | 280 ] |
| 281 }, | 281 }, |
| 282 "Win 7 ATI GPU Perf (2)": { | 282 "Win 7 ATI GPU Perf (2)": { |
| 283 "scripts": [ | 283 "scripts": [ |
| 284 { | 284 { |
| 285 "args": [ | 285 "args": [ |
| 286 "angle_perftests", | |
| 287 "--test-launcher-print-test-stdio=always", | |
| 288 "--test-launcher-jobs=1" | |
| 289 ], | |
| 290 "name": "angle_perftests", | |
| 291 "script": "gtest_perf_test.py" | |
| 292 }, | |
| 293 { | |
| 294 "args": [ | |
| 295 "performance_browser_tests", | 286 "performance_browser_tests", |
| 296 "--test-launcher-print-test-stdio=always", | 287 "--test-launcher-print-test-stdio=always", |
| 297 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 288 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 298 "--test-launcher-jobs=1", | 289 "--test-launcher-jobs=1", |
| 299 "--enable-gpu" | 290 "--enable-gpu" |
| 300 ], | 291 ], |
| 301 "name": "performance_browser_tests", | 292 "name": "performance_browser_tests", |
| 302 "script": "gtest_perf_test.py" | 293 "script": "gtest_perf_test.py" |
| 303 }, | 294 }, |
| 304 { | 295 { |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 ], | 354 ], |
| 364 "name": "load_library_perf_tests", | 355 "name": "load_library_perf_tests", |
| 365 "script": "gtest_perf_test.py" | 356 "script": "gtest_perf_test.py" |
| 366 } | 357 } |
| 367 ] | 358 ] |
| 368 }, | 359 }, |
| 369 "Win 7 Nvidia GPU Perf (2)": { | 360 "Win 7 Nvidia GPU Perf (2)": { |
| 370 "scripts": [ | 361 "scripts": [ |
| 371 { | 362 { |
| 372 "args": [ | 363 "args": [ |
| 373 "angle_perftests", | |
| 374 "--test-launcher-print-test-stdio=always", | |
| 375 "--test-launcher-jobs=1" | |
| 376 ], | |
| 377 "name": "angle_perftests", | |
| 378 "script": "gtest_perf_test.py" | |
| 379 }, | |
| 380 { | |
| 381 "args": [ | |
| 382 "performance_browser_tests", | 364 "performance_browser_tests", |
| 383 "--test-launcher-print-test-stdio=always", | 365 "--test-launcher-print-test-stdio=always", |
| 384 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", | 366 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
| 385 "--test-launcher-jobs=1", | 367 "--test-launcher-jobs=1", |
| 386 "--enable-gpu" | 368 "--enable-gpu" |
| 387 ], | 369 ], |
| 388 "name": "performance_browser_tests", | 370 "name": "performance_browser_tests", |
| 389 "script": "gtest_perf_test.py" | 371 "script": "gtest_perf_test.py" |
| 390 }, | 372 }, |
| 391 { | 373 { |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 "args": [ | 443 "args": [ |
| 462 "load_library_perf_tests", | 444 "load_library_perf_tests", |
| 463 "--test-launcher-print-test-stdio=always" | 445 "--test-launcher-print-test-stdio=always" |
| 464 ], | 446 ], |
| 465 "name": "load_library_perf_tests", | 447 "name": "load_library_perf_tests", |
| 466 "script": "gtest_perf_test.py" | 448 "script": "gtest_perf_test.py" |
| 467 } | 449 } |
| 468 ] | 450 ] |
| 469 } | 451 } |
| 470 } | 452 } |
| OLD | NEW |