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

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

Issue 1049703005: Add tool to reformat testing/buildbot/ json files in their canonical format. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rename tool, as it'll be expanded 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
OLDNEW
1 { 1 {
2 "Android MotoE Perf": {
3 "scripts": [
4 {
5 "name": "host_info",
6 "script": "host_info.py"
7 },
8 {
9 "args": [
10 "gpu_perftests"
11 ],
12 "name": "gpu_perftests",
13 "script": "gtest_perf_test.py"
14 },
15 {
16 "args": [
17 "cc_perftests"
18 ],
19 "name": "cc_perftests",
20 "script": "gtest_perf_test.py"
21 }
22 ]
23 },
24 "Android Nexus10 Perf": {
25 "scripts": [
26 {
27 "name": "host_info",
28 "script": "host_info.py"
29 },
30 {
31 "args": [
32 "gpu_perftests"
33 ],
34 "name": "gpu_perftests",
35 "script": "gtest_perf_test.py"
36 },
37 {
38 "args": [
39 "cc_perftests"
40 ],
41 "name": "cc_perftests",
42 "script": "gtest_perf_test.py"
43 }
44 ]
45 },
46 "Android Nexus4 Perf": {
47 "scripts": [
48 {
49 "name": "host_info",
50 "script": "host_info.py"
51 },
52 {
53 "args": [
54 "gpu_perftests"
55 ],
56 "name": "gpu_perftests",
57 "script": "gtest_perf_test.py"
58 },
59 {
60 "args": [
61 "cc_perftests"
62 ],
63 "name": "cc_perftests",
64 "script": "gtest_perf_test.py"
65 }
66 ]
67 },
68 "Android Nexus5 Perf": {
69 "scripts": [
70 {
71 "name": "host_info",
72 "script": "host_info.py"
73 },
74 {
75 "args": [
76 "gpu_perftests"
77 ],
78 "name": "gpu_perftests",
79 "script": "gtest_perf_test.py"
80 },
81 {
82 "args": [
83 "cc_perftests"
84 ],
85 "name": "cc_perftests",
86 "script": "gtest_perf_test.py"
87 }
88 ]
89 },
90 "Android Nexus6 Perf": {
91 "scripts": [
92 {
93 "args": [
94 "cc_perftests"
95 ],
96 "name": "cc_perftests",
97 "script": "gtest_perf_test.py"
98 }
99 ]
100 },
101 "Android Nexus7v2 Perf": {
102 "scripts": [
103 {
104 "name": "host_info",
105 "script": "host_info.py"
106 },
107 {
108 "args": [
109 "gpu_perftests"
110 ],
111 "name": "gpu_perftests",
112 "script": "gtest_perf_test.py"
113 },
114 {
115 "args": [
116 "cc_perftests"
117 ],
118 "name": "cc_perftests",
119 "script": "gtest_perf_test.py"
120 }
121 ]
122 },
123 "Android Nexus9 Perf": {
124 "scripts": [
125 {
126 "args": [
127 "gpu_perftests"
128 ],
129 "name": "gpu_perftests",
130 "script": "gtest_perf_test.py"
131 },
132 {
133 "args": [
134 "cc_perftests"
135 ],
136 "name": "cc_perftests",
137 "script": "gtest_perf_test.py"
138 }
139 ]
140 },
141 "Android One Perf": {
142 "scripts": []
143 },
2 "Linux Perf (3)": { 144 "Linux Perf (3)": {
3 "scripts": [ 145 "scripts": [
4 { 146 {
5 "name": "cc_perftests", 147 "args": [
6 "script": "gtest_perf_test.py", 148 "cc_perftests",
7 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] 149 "--test-launcher-print-test-stdio=always"
8 } 150 ],
9 ] 151 "name": "cc_perftests",
10 }, 152 "script": "gtest_perf_test.py"
11 "Android Nexus4 Perf": {
12 "scripts": [
13 {
14 "name": "host_info",
15 "script": "host_info.py"
16 },
17 {
18 "name": "gpu_perftests",
19 "script": "gtest_perf_test.py",
20 "args": ["gpu_perftests"]
21 },
22 {
23 "name": "cc_perftests",
24 "script": "gtest_perf_test.py",
25 "args": ["cc_perftests"]
26 }
27 ]
28 },
29 "Android Nexus5 Perf": {
30 "scripts": [
31 {
32 "name": "host_info",
33 "script": "host_info.py"
34 },
35 {
36 "name": "gpu_perftests",
37 "script": "gtest_perf_test.py",
38 "args": ["gpu_perftests"]
39 },
40 {
41 "name": "cc_perftests",
42 "script": "gtest_perf_test.py",
43 "args": ["cc_perftests"]
44 }
45 ]
46 },
47 "Android Nexus6 Perf": {
48 "scripts": [
49 {
50 "name": "cc_perftests",
51 "script": "gtest_perf_test.py",
52 "args": ["cc_perftests"]
53 }
54 ]
55 },
56 "Android Nexus7v2 Perf": {
57 "scripts": [
58 {
59 "name": "host_info",
60 "script": "host_info.py"
61 },
62 {
63 "name": "gpu_perftests",
64 "script": "gtest_perf_test.py",
65 "args": ["gpu_perftests"]
66 },
67 {
68 "name": "cc_perftests",
69 "script": "gtest_perf_test.py",
70 "args": ["cc_perftests"]
71 }
72 ]
73 },
74 "Android Nexus9 Perf": {
75 "scripts": [
76 {
77 "name": "gpu_perftests",
78 "script": "gtest_perf_test.py",
79 "args": ["gpu_perftests"]
80 },
81 {
82 "name": "cc_perftests",
83 "script": "gtest_perf_test.py",
84 "args": ["cc_perftests"]
85 }
86 ]
87 },
88 "Android Nexus10 Perf": {
89 "scripts": [
90 {
91 "name": "host_info",
92 "script": "host_info.py"
93 },
94 {
95 "name": "gpu_perftests",
96 "script": "gtest_perf_test.py",
97 "args": ["gpu_perftests"]
98 },
99 {
100 "name": "cc_perftests",
101 "script": "gtest_perf_test.py",
102 "args": ["cc_perftests"]
103 }
104 ]
105 },
106 "Android One Perf": {
107 "scripts": [
108 ]
109 },
110 "Android MotoE Perf": {
111 "scripts": [
112 {
113 "name": "host_info",
114 "script": "host_info.py"
115 },
116 {
117 "name": "gpu_perftests",
118 "script": "gtest_perf_test.py",
119 "args": ["gpu_perftests"]
120 },
121 {
122 "name": "cc_perftests",
123 "script": "gtest_perf_test.py",
124 "args": ["cc_perftests"]
125 } 153 }
126 ] 154 ]
127 }, 155 },
128 "Mac 10.8 Perf (1)": { 156 "Mac 10.8 Perf (1)": {
129 "scripts": [ 157 "scripts": [
130 { 158 {
131 » "name": "gpu_perftests", 159 "args": [
132 » "script": "gtest_perf_test.py", 160 "gpu_perftests",
133 » "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] 161 "--test-launcher-print-test-stdio=always"
162 ],
163 "name": "gpu_perftests",
164 "script": "gtest_perf_test.py"
134 } 165 }
135 ] 166 ]
136 }, 167 },
137 "Mac 10.8 Perf (3)": { 168 "Mac 10.8 Perf (3)": {
138 "scripts": [ 169 "scripts": [
139 { 170 {
140 "name": "cc_perftests", 171 "args": [
141 "script": "gtest_perf_test.py", 172 "cc_perftests",
142 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] 173 "--test-launcher-print-test-stdio=always"
174 ],
175 "name": "cc_perftests",
176 "script": "gtest_perf_test.py"
143 } 177 }
144 ] 178 ]
145 }, 179 },
146 "Mac 10.9 Perf (1)": { 180 "Mac 10.9 Perf (1)": {
147 "scripts": [ 181 "scripts": [
148 { 182 {
149 » "name": "gpu_perftests", 183 "args": [
150 » "script": "gtest_perf_test.py", 184 "gpu_perftests",
151 » "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] 185 "--test-launcher-print-test-stdio=always"
186 ],
187 "name": "gpu_perftests",
188 "script": "gtest_perf_test.py"
152 } 189 }
153 ] 190 ]
154 }, 191 },
155 "Mac 10.9 Perf (3)": { 192 "Mac 10.9 Perf (3)": {
156 "scripts": [ 193 "scripts": [
157 { 194 {
158 "name": "cc_perftests", 195 "args": [
159 "script": "gtest_perf_test.py", 196 "cc_perftests",
160 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] 197 "--test-launcher-print-test-stdio=always"
198 ],
199 "name": "cc_perftests",
200 "script": "gtest_perf_test.py"
161 } 201 }
162 ] 202 ]
163 } 203 }
164 } 204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698