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

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

Issue 1775413002: Remove cc_perftests and gpu_perftests double entry from chromium.perf.json. (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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "name": "cc_perftests", 88 "name": "cc_perftests",
89 "script": "gtest_perf_test.py" 89 "script": "gtest_perf_test.py"
90 } 90 }
91 ] 91 ]
92 }, 92 },
93 "Android Nexus7v2 Perf (1)": { 93 "Android Nexus7v2 Perf (1)": {
94 "scripts": [ 94 "scripts": [
95 { 95 {
96 "name": "host_info", 96 "name": "host_info",
97 "script": "host_info.py" 97 "script": "host_info.py"
98 },
99 {
100 "args": [
101 "gpu_perftests"
102 ],
103 "name": "gpu_perftests",
104 "script": "gtest_perf_test.py"
105 },
106 {
107 "args": [
108 "cc_perftests"
109 ],
110 "name": "cc_perftests",
111 "script": "gtest_perf_test.py"
112 } 98 }
113 ] 99 ]
114 }, 100 },
115 "Android Nexus7v2 Perf (2)": { 101 "Android Nexus7v2 Perf (2)": {
116 "scripts": [ 102 "scripts": [
117 { 103 {
118 "name": "host_info", 104 "name": "host_info",
119 "script": "host_info.py" 105 "script": "host_info.py"
120 }, 106 },
121 { 107 {
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "args": [ 447 "args": [
462 "load_library_perf_tests", 448 "load_library_perf_tests",
463 "--test-launcher-print-test-stdio=always" 449 "--test-launcher-print-test-stdio=always"
464 ], 450 ],
465 "name": "load_library_perf_tests", 451 "name": "load_library_perf_tests",
466 "script": "gtest_perf_test.py" 452 "script": "gtest_perf_test.py"
467 } 453 }
468 ] 454 ]
469 } 455 }
470 } 456 }
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