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

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

Issue 1006813005: Enable cc_perftests on Android perf bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reset changes to test on bisect bot. 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)": { 2 "Linux Perf (3)": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "cc_perftests", 5 "name": "cc_perftests",
6 "script": "gtest_perf_test.py", 6 "script": "gtest_perf_test.py",
7 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] 7 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
8 } 8 }
9 ] 9 ]
10 }, 10 },
11 "Android Nexus4 Perf": { 11 "Android Nexus4 Perf": {
12 "scripts": [ 12 "scripts": [
13 { 13 {
14 "name": "host_info", 14 "name": "host_info",
15 "script": "host_info.py" 15 "script": "host_info.py"
16 }, 16 },
17 { 17 {
18 "name": "gpu_perftests", 18 "name": "gpu_perftests",
19 "script": "gtest_perf_test.py", 19 "script": "gtest_perf_test.py",
20 "args": ["gpu_perftests"] 20 "args": ["gpu_perftests"]
21 },
22 {
23 "name": "cc_perftests",
24 "script": "gtest_perf_test.py",
25 "args": ["cc_perftests"]
21 } 26 }
22 ] 27 ]
23 }, 28 },
24 "Android Nexus5 Perf": { 29 "Android Nexus5 Perf": {
25 "scripts": [ 30 "scripts": [
26 { 31 {
27 "name": "host_info", 32 "name": "host_info",
28 "script": "host_info.py" 33 "script": "host_info.py"
29 }, 34 },
30 { 35 {
31 "name": "gpu_perftests", 36 "name": "gpu_perftests",
32 "script": "gtest_perf_test.py", 37 "script": "gtest_perf_test.py",
33 "args": ["gpu_perftests"] 38 "args": ["gpu_perftests"]
39 },
40 {
41 "name": "cc_perftests",
42 "script": "gtest_perf_test.py",
43 "args": ["cc_perftests"]
34 } 44 }
35 ] 45 ]
36 }, 46 },
37 "Android Nexus6 Perf": { 47 "Android Nexus6 Perf": {
38 "scripts": [ 48 "scripts": [
39 { 49 {
40 "name": "gpu_perftests", 50 "name": "gpu_perftests",
41 "script": "gtest_perf_test.py", 51 "script": "gtest_perf_test.py",
42 "args": ["gpu_perftests"] 52 "args": ["gpu_perftests"]
53 },
54 {
55 "name": "cc_perftests",
56 "script": "gtest_perf_test.py",
57 "args": ["cc_perftests"]
43 } 58 }
44 ] 59 ]
45 }, 60 },
46 "Android Nexus7v2 Perf": { 61 "Android Nexus7v2 Perf": {
47 "scripts": [ 62 "scripts": [
48 { 63 {
49 "name": "host_info", 64 "name": "host_info",
50 "script": "host_info.py" 65 "script": "host_info.py"
51 }, 66 },
52 { 67 {
53 "name": "gpu_perftests", 68 "name": "gpu_perftests",
54 "script": "gtest_perf_test.py", 69 "script": "gtest_perf_test.py",
55 "args": ["gpu_perftests"] 70 "args": ["gpu_perftests"]
71 },
72 {
73 "name": "cc_perftests",
74 "script": "gtest_perf_test.py",
75 "args": ["cc_perftests"]
56 } 76 }
57 ] 77 ]
58 }, 78 },
59 "Android Nexus9 Perf": { 79 "Android Nexus9 Perf": {
60 "scripts": [ 80 "scripts": [
61 { 81 {
62 "name": "gpu_perftests", 82 "name": "gpu_perftests",
63 "script": "gtest_perf_test.py", 83 "script": "gtest_perf_test.py",
64 "args": ["gpu_perftests"] 84 "args": ["gpu_perftests"]
85 },
86 {
87 "name": "cc_perftests",
88 "script": "gtest_perf_test.py",
89 "args": ["cc_perftests"]
65 } 90 }
66 ] 91 ]
67 }, 92 },
68 "Android Nexus10 Perf": { 93 "Android Nexus10 Perf": {
69 "scripts": [ 94 "scripts": [
70 { 95 {
71 "name": "host_info", 96 "name": "host_info",
72 "script": "host_info.py" 97 "script": "host_info.py"
73 }, 98 },
74 { 99 {
75 "name": "gpu_perftests", 100 "name": "gpu_perftests",
76 "script": "gtest_perf_test.py", 101 "script": "gtest_perf_test.py",
77 "args": ["gpu_perftests"] 102 "args": ["gpu_perftests"]
103 },
104 {
105 "name": "cc_perftests",
106 "script": "gtest_perf_test.py",
107 "args": ["cc_perftests"]
78 } 108 }
79 ] 109 ]
80 }, 110 },
81 "Android One Perf": { 111 "Android One Perf": {
82 "scripts": [ 112 "scripts": [
113 {
114 "name": "cc_perftests",
115 "script": "gtest_perf_test.py",
116 "args": ["cc_perftests"]
117 }
83 ] 118 ]
84 }, 119 },
85 "Android MotoE Perf": { 120 "Android MotoE Perf": {
86 "scripts": [ 121 "scripts": [
87 { 122 {
88 "name": "host_info", 123 "name": "host_info",
89 "script": "host_info.py" 124 "script": "host_info.py"
90 }, 125 },
91 { 126 {
92 "name": "gpu_perftests", 127 "name": "gpu_perftests",
93 "script": "gtest_perf_test.py", 128 "script": "gtest_perf_test.py",
94 "args": ["gpu_perftests"] 129 "args": ["gpu_perftests"]
130 },
131 {
132 "name": "cc_perftests",
133 "script": "gtest_perf_test.py",
134 "args": ["cc_perftests"]
95 } 135 }
96 ] 136 ]
97 }, 137 },
98 "Mac 10.8 Perf (1)": { 138 "Mac 10.8 Perf (1)": {
99 "scripts": [ 139 "scripts": [
100 ] 140 ]
101 }, 141 },
102 "Mac 10.9 Perf (1)": { 142 "Mac 10.9 Perf (1)": {
103 "scripts": [ 143 "scripts": [
104 ] 144 ]
105 } 145 }
106 } 146 }
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