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

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

Issue 1013463003: Update from https://crrev.com/320931 (Closed) Base URL: https://github.com/domokit/mojo.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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | 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 },
2 "Android Nexus4 Perf": { 11 "Android Nexus4 Perf": {
3 "scripts": [ 12 "scripts": [
4 { 13 {
5 "name": "host_info", 14 "name": "host_info",
6 "script": "host_info.py" 15 "script": "host_info.py"
16 },
17 {
18 "name": "gpu_perftests",
19 "script": "gtest_perf_test.py",
20 "args": ["gpu_perftests"]
7 } 21 }
8 ] 22 ]
9 }, 23 },
10 "Android Nexus5 Perf": { 24 "Android Nexus5 Perf": {
11 "scripts": [ 25 "scripts": [
12 { 26 {
13 "name": "host_info", 27 "name": "host_info",
14 "script": "host_info.py" 28 "script": "host_info.py"
29 },
30 {
31 "name": "gpu_perftests",
32 "script": "gtest_perf_test.py",
33 "args": ["gpu_perftests"]
15 } 34 }
16 ] 35 ]
17 }, 36 },
37 "Android Nexus6 Perf": {
38 "scripts": [
39 {
40 "name": "gpu_perftests",
41 "script": "gtest_perf_test.py",
42 "args": ["gpu_perftests"]
43 }
44 ]
45 },
18 "Android Nexus7v2 Perf": { 46 "Android Nexus7v2 Perf": {
19 "scripts": [ 47 "scripts": [
20 { 48 {
21 "name": "host_info", 49 "name": "host_info",
22 "script": "host_info.py" 50 "script": "host_info.py"
51 },
52 {
53 "name": "gpu_perftests",
54 "script": "gtest_perf_test.py",
55 "args": ["gpu_perftests"]
23 } 56 }
24 ] 57 ]
25 }, 58 },
59 "Android Nexus9 Perf": {
60 "scripts": [
61 {
62 "name": "gpu_perftests",
63 "script": "gtest_perf_test.py",
64 "args": ["gpu_perftests"]
65 }
66 ]
67 },
26 "Android Nexus10 Perf": { 68 "Android Nexus10 Perf": {
27 "scripts": [ 69 "scripts": [
28 { 70 {
29 "name": "host_info", 71 "name": "host_info",
30 "script": "host_info.py" 72 "script": "host_info.py"
73 },
74 {
75 "name": "gpu_perftests",
76 "script": "gtest_perf_test.py",
77 "args": ["gpu_perftests"]
31 } 78 }
32 ] 79 ]
33 }, 80 },
81 "Android One Perf": {
82 "scripts": [
83 ]
84 },
34 "Android MotoE Perf": { 85 "Android MotoE Perf": {
35 "scripts": [ 86 "scripts": [
36 { 87 {
37 "name": "host_info", 88 "name": "host_info",
38 "script": "host_info.py" 89 "script": "host_info.py"
90 },
91 {
92 "name": "gpu_perftests",
93 "script": "gtest_perf_test.py",
94 "args": ["gpu_perftests"]
39 } 95 }
40 ] 96 ]
41 }, 97 },
42 "Mac 10.8 Perf (1)": { 98 "Mac 10.8 Perf (1)": {
43 "scripts": [ 99 "scripts": [
44 ] 100 ]
45 }, 101 },
46 "Mac 10.9 Perf (1)": { 102 "Mac 10.9 Perf (1)": {
47 "scripts": [ 103 "scripts": [
48 ] 104 ]
49 } 105 }
50 } 106 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698