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

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

Issue 2489863002: Disable failing gpu_perftests on N9 (Closed)
Patch Set: Created 4 years, 1 month 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 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
3 "AAAAA2 See //tools/perf/generate_perf_json.py to make changes": {}, 3 "AAAAA2 See //tools/perf/generate_perf_json.py to make changes": {},
4 "Android Galaxy S5 Perf (3)": { 4 "Android Galaxy S5 Perf (3)": {
5 "scripts": [ 5 "scripts": [
6 { 6 {
7 "args": [ 7 "args": [
8 "cc_perftests", 8 "cc_perftests",
9 "--adb-path", 9 "--adb-path",
10 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb" 10 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "Android Nexus9 Perf (2)": { 83 "Android Nexus9 Perf (2)": {
84 "scripts": [ 84 "scripts": [
85 { 85 {
86 "args": [ 86 "args": [
87 "cc_perftests", 87 "cc_perftests",
88 "--adb-path", 88 "--adb-path",
89 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb" 89 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
90 ], 90 ],
91 "name": "cc_perftests", 91 "name": "cc_perftests",
92 "script": "gtest_perf_test.py" 92 "script": "gtest_perf_test.py"
93 },
94 {
95 "args": [
96 "gpu_perftests",
97 "--adb-path",
98 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
99 ],
100 "name": "gpu_perftests",
101 "script": "gtest_perf_test.py"
102 } 93 }
103 ] 94 ]
104 }, 95 },
105 "Linux Perf (3)": { 96 "Linux Perf (3)": {
106 "scripts": [ 97 "scripts": [
107 { 98 {
108 "args": [ 99 "args": [
109 "cc_perftests", 100 "cc_perftests",
110 "--test-launcher-print-test-stdio=always" 101 "--test-launcher-print-test-stdio=always"
111 ], 102 ],
(...skipping 20943 matching lines...) Expand 10 before | Expand all | Expand 10 after
21055 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 21046 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
21056 "--test-launcher-jobs=1", 21047 "--test-launcher-jobs=1",
21057 "--enable-gpu" 21048 "--enable-gpu"
21058 ], 21049 ],
21059 "name": "performance_browser_tests", 21050 "name": "performance_browser_tests",
21060 "script": "gtest_perf_test.py" 21051 "script": "gtest_perf_test.py"
21061 } 21052 }
21062 ] 21053 ]
21063 } 21054 }
21064 } 21055 }
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