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

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

Issue 1069103002: Try enabling an angle_perftest on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 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
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
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 }
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