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

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

Issue 963203002: Enable cc_perftests through chromium.perf.json. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 "Linux Perf (3)": {
3 "scripts": [
4 {
5 "name": "cc_perftests",
6 "script": "gtest_perf_test.py",
7 "args": ["cc_perftests", "--single-process-tests"]
8 }
9 ]
10 },
11 "Mac 10.8 Perf (3)": {
12 "scripts": [
13 {
14 "name": "cc_perftests",
15 "script": "gtest_perf_test.py",
16 "args": ["cc_perftests", "--single-process-tests"]
17 }
18 ]
19 },
20 "Mac 10.9 Perf (3)": {
21 "scripts": [
22 {
23 "name": "cc_perftests",
24 "script": "gtest_perf_test.py",
25 "args": ["cc_perftests", "--single-process-tests"]
26 }
27 ]
28 },
29 "Win XP Perf (3)": {
30 "scripts": [
31 {
32 "name": "cc_perftests",
33 "script": "gtest_perf_test.py",
34 "args": ["cc_perftests", "--single-process-tests"]
35 }
36 ]
37 },
38 "Win 7 Perf (3)": {
39 "scripts": [
40 {
41 "name": "cc_perftests",
42 "script": "gtest_perf_test.py",
43 "args": ["cc_perftests", "--single-process-tests"]
44 }
45 ]
46 },
47 "Win 8 Perf (2)": {
48 "scripts": [
49 {
50 "name": "cc_perftests",
51 "script": "gtest_perf_test.py",
52 "args": ["cc_perftests", "--single-process-tests"]
53 }
54 ]
55 },
56 "Win 7 x64 Perf (2)": {
57 "scripts": [
58 {
59 "name": "cc_perftests",
60 "script": "gtest_perf_test.py",
61 "args": ["cc_perftests", "--single-process-tests"]
62 }
63 ]
64 },
65 "Win 7 Low-End Perf (2)": {
66 "scripts": [
67 {
68 "name": "cc_perftests",
69 "script": "gtest_perf_test.py",
70 "args": ["cc_perftests", "--single-process-tests"]
71 }
72 ]
73 },
74 "Win 7 ATI GPU Perf": {
danakj 2015/02/27 19:59:59 GPU isn't necessary, there are no GPU related test
shatch 2015/02/27 20:05:46 Done.
75 "scripts": [
76 {
77 "name": "cc_perftests",
78 "script": "gtest_perf_test.py",
79 "args": ["cc_perftests", "--single-process-tests"]
80 }
81 ]
82 },
83 "Win 7 Intel GPU Perf": {
84 "scripts": [
85 {
86 "name": "cc_perftests",
87 "script": "gtest_perf_test.py",
88 "args": ["cc_perftests", "--single-process-tests"]
89 }
90 ]
91 },
92 "Win 7 Nvidia GPU Perf": {
93 "scripts": [
94 {
95 "name": "cc_perftests",
96 "script": "gtest_perf_test.py",
97 "args": ["cc_perftests", "--single-process-tests"]
98 }
99 ]
100 },
2 "Android Nexus4 Perf": { 101 "Android Nexus4 Perf": {
3 "scripts": [ 102 "scripts": [
4 { 103 {
5 "name": "host_info", 104 "name": "host_info",
6 "script": "host_info.py" 105 "script": "host_info.py"
106 },
107 {
108 "name": "cc_perftests",
109 "script": "gtest_perf_test.py",
110 "args": ["cc_perftests"]
7 } 111 }
8 ] 112 ]
9 }, 113 },
10 "Android Nexus5 Perf": { 114 "Android Nexus5 Perf": {
11 "scripts": [ 115 "scripts": [
12 { 116 {
13 "name": "host_info", 117 "name": "host_info",
14 "script": "host_info.py" 118 "script": "host_info.py"
119 },
120 {
121 "name": "cc_perftests",
122 "script": "gtest_perf_test.py",
123 "args": ["cc_perftests"]
15 } 124 }
16 ] 125 ]
17 }, 126 },
18 "Android Nexus7v2 Perf": { 127 "Android Nexus7v2 Perf": {
19 "scripts": [ 128 "scripts": [
20 { 129 {
21 "name": "host_info", 130 "name": "host_info",
22 "script": "host_info.py" 131 "script": "host_info.py"
132 },
133 {
134 "name": "cc_perftests",
135 "script": "gtest_perf_test.py",
136 "args": ["cc_perftests"]
23 } 137 }
24 ] 138 ]
25 }, 139 },
26 "Android Nexus10 Perf": { 140 "Android Nexus10 Perf": {
27 "scripts": [ 141 "scripts": [
28 { 142 {
29 "name": "host_info", 143 "name": "host_info",
30 "script": "host_info.py" 144 "script": "host_info.py"
145 },
146 {
147 "name": "cc_perftests",
148 "script": "gtest_perf_test.py",
149 "args": ["cc_perftests"]
31 } 150 }
32 ] 151 ]
33 }, 152 },
34 "Android MotoE Perf": { 153 "Android MotoE Perf": {
35 "scripts": [ 154 "scripts": [
36 { 155 {
37 "name": "host_info", 156 "name": "host_info",
38 "script": "host_info.py" 157 "script": "host_info.py"
158 },
159 {
160 "name": "cc_perftests",
161 "script": "gtest_perf_test.py",
162 "args": ["cc_perftests"]
39 } 163 }
40 ] 164 ]
41 } 165 }
42 } 166 }
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