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

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

Issue 2418983003: Tracing: Enable tracing_perftests on bots. (Closed)
Patch Set: Created 4 years, 2 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
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 ], 9 ],
10 "name": "cc_perftests", 10 "name": "cc_perftests",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "name": "cc_perftests", 94 "name": "cc_perftests",
95 "script": "gtest_perf_test.py" 95 "script": "gtest_perf_test.py"
96 }, 96 },
97 { 97 {
98 "args": [ 98 "args": [
99 "load_library_perf_tests", 99 "load_library_perf_tests",
100 "--test-launcher-print-test-stdio=always" 100 "--test-launcher-print-test-stdio=always"
101 ], 101 ],
102 "name": "load_library_perf_tests", 102 "name": "load_library_perf_tests",
103 "script": "gtest_perf_test.py" 103 "script": "gtest_perf_test.py"
104 },
105 {
106 "args": [
107 "tracing_perftests",
108 "--test-launcher-print-test-stdio=always"
109 ],
110 "name": "tracing_perftests",
111 "script": "gtest_perf_test.py"
104 } 112 }
105 ] 113 ]
106 }, 114 },
107 "Win 7 ATI GPU Perf (2)": { 115 "Win 7 ATI GPU Perf (2)": {
108 "scripts": [ 116 "scripts": [
109 { 117 {
110 "args": [ 118 "args": [
111 "angle_perftests", 119 "angle_perftests",
112 "--test-launcher-print-test-stdio=always", 120 "--test-launcher-print-test-stdio=always",
113 "--test-launcher-jobs=1" 121 "--test-launcher-jobs=1"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 239 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
232 "--test-launcher-jobs=1", 240 "--test-launcher-jobs=1",
233 "--enable-gpu" 241 "--enable-gpu"
234 ], 242 ],
235 "name": "performance_browser_tests", 243 "name": "performance_browser_tests",
236 "script": "gtest_perf_test.py" 244 "script": "gtest_perf_test.py"
237 } 245 }
238 ] 246 ]
239 } 247 }
240 } 248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698