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

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

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress 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/trybot_analyze_config.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 "Android Nexus4 Perf": { 2 "Android Nexus4 Perf": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "host_info", 5 "name": "host_info",
6 "script": "host_info.py" 6 "script": "host_info.py"
7 } 7 }
8 ] 8 ]
9 }, 9 },
10 "Android Nexus5 Perf": { 10 "Android Nexus5 Perf": {
(...skipping 23 matching lines...) Expand all
34 "Android MotoE Perf": { 34 "Android MotoE Perf": {
35 "scripts": [ 35 "scripts": [
36 { 36 {
37 "name": "host_info", 37 "name": "host_info",
38 "script": "host_info.py" 38 "script": "host_info.py"
39 } 39 }
40 ] 40 ]
41 }, 41 },
42 "Mac 10.8 Perf (1)": { 42 "Mac 10.8 Perf (1)": {
43 "scripts": [ 43 "scripts": [
44 {
45 "name": "gpu_perftests",
46 "script": "gtest_perf_test.py",
47 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"]
48 }
49 ] 44 ]
50 }, 45 },
51 "Mac 10.9 Perf (1)": { 46 "Mac 10.9 Perf (1)": {
52 "scripts": [ 47 "scripts": [
53 {
54 "name": "gpu_perftests",
55 "script": "gtest_perf_test.py",
56 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"]
57 }
58 ] 48 ]
59 } 49 }
60 } 50 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698