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

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

Issue 1780963002: Revert of Disabling angle_perftests for Win7 (ATI + Nvidia). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": [
286 "performance_browser_tests", 295 "performance_browser_tests",
287 "--test-launcher-print-test-stdio=always", 296 "--test-launcher-print-test-stdio=always",
288 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 297 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
289 "--test-launcher-jobs=1", 298 "--test-launcher-jobs=1",
290 "--enable-gpu" 299 "--enable-gpu"
291 ], 300 ],
292 "name": "performance_browser_tests", 301 "name": "performance_browser_tests",
293 "script": "gtest_perf_test.py" 302 "script": "gtest_perf_test.py"
294 }, 303 },
295 { 304 {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 ], 363 ],
355 "name": "load_library_perf_tests", 364 "name": "load_library_perf_tests",
356 "script": "gtest_perf_test.py" 365 "script": "gtest_perf_test.py"
357 } 366 }
358 ] 367 ]
359 }, 368 },
360 "Win 7 Nvidia GPU Perf (2)": { 369 "Win 7 Nvidia GPU Perf (2)": {
361 "scripts": [ 370 "scripts": [
362 { 371 {
363 "args": [ 372 "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": [
364 "performance_browser_tests", 382 "performance_browser_tests",
365 "--test-launcher-print-test-stdio=always", 383 "--test-launcher-print-test-stdio=always",
366 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 384 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
367 "--test-launcher-jobs=1", 385 "--test-launcher-jobs=1",
368 "--enable-gpu" 386 "--enable-gpu"
369 ], 387 ],
370 "name": "performance_browser_tests", 388 "name": "performance_browser_tests",
371 "script": "gtest_perf_test.py" 389 "script": "gtest_perf_test.py"
372 }, 390 },
373 { 391 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "args": [ 461 "args": [
444 "load_library_perf_tests", 462 "load_library_perf_tests",
445 "--test-launcher-print-test-stdio=always" 463 "--test-launcher-print-test-stdio=always"
446 ], 464 ],
447 "name": "load_library_perf_tests", 465 "name": "load_library_perf_tests",
448 "script": "gtest_perf_test.py" 466 "script": "gtest_perf_test.py"
449 } 467 }
450 ] 468 ]
451 } 469 }
452 } 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