Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Side by Side Diff: testing/buildbot/chromium.perf.json

Issue 1553573002: Re-enable performance_browser_tests on win8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698