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

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: Removed --single-process-tests flag. 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", "--test-launcher-print-test-stdio=always"]
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", "--test-launcher-print-test-stdio=always"]
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", "--test-launcher-print-test-stdio=always"]
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", "--test-launcher-print-test-stdio=always"]
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", "--test-launcher-print-test-stdio=always"]
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", "--test-launcher-print-test-stdio=always"]
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", "--test-launcher-print-test-stdio=always"]
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", "--test-launcher-print-test-stdio=always"]
71 }
72 ]
73 },
2 "Android Nexus4 Perf": { 74 "Android Nexus4 Perf": {
3 "scripts": [ 75 "scripts": [
4 { 76 {
5 "name": "host_info", 77 "name": "host_info",
6 "script": "host_info.py" 78 "script": "host_info.py"
79 },
80 {
81 "name": "cc_perftests",
82 "script": "gtest_perf_test.py",
83 "args": ["cc_perftests"]
7 } 84 }
8 ] 85 ]
9 }, 86 },
10 "Android Nexus5 Perf": { 87 "Android Nexus5 Perf": {
11 "scripts": [ 88 "scripts": [
12 { 89 {
13 "name": "host_info", 90 "name": "host_info",
14 "script": "host_info.py" 91 "script": "host_info.py"
92 },
93 {
94 "name": "cc_perftests",
95 "script": "gtest_perf_test.py",
96 "args": ["cc_perftests"]
15 } 97 }
16 ] 98 ]
17 }, 99 },
18 "Android Nexus7v2 Perf": { 100 "Android Nexus7v2 Perf": {
19 "scripts": [ 101 "scripts": [
20 { 102 {
21 "name": "host_info", 103 "name": "host_info",
22 "script": "host_info.py" 104 "script": "host_info.py"
105 },
106 {
107 "name": "cc_perftests",
108 "script": "gtest_perf_test.py",
109 "args": ["cc_perftests"]
23 } 110 }
24 ] 111 ]
25 }, 112 },
26 "Android Nexus10 Perf": { 113 "Android Nexus10 Perf": {
27 "scripts": [ 114 "scripts": [
28 { 115 {
29 "name": "host_info", 116 "name": "host_info",
30 "script": "host_info.py" 117 "script": "host_info.py"
118 },
119 {
120 "name": "cc_perftests",
121 "script": "gtest_perf_test.py",
122 "args": ["cc_perftests"]
31 } 123 }
32 ] 124 ]
33 }, 125 },
34 "Android MotoE Perf": { 126 "Android MotoE Perf": {
35 "scripts": [ 127 "scripts": [
36 { 128 {
37 "name": "host_info", 129 "name": "host_info",
38 "script": "host_info.py" 130 "script": "host_info.py"
131 },
132 {
133 "name": "cc_perftests",
134 "script": "gtest_perf_test.py",
135 "args": ["cc_perftests"]
39 } 136 }
40 ] 137 ]
41 } 138 }
42 } 139 }
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