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

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

Issue 981063003: Add gpu_perftest to "Android Nexus5 Perf". (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 "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": {
11 "scripts": [ 11 "scripts": [
12 { 12 {
13 "name": "host_info", 13 "name": "host_info",
14 "script": "host_info.py" 14 "script": "host_info.py"
15 },
16 {
17 "name": "gpu_perftests",
18 "script": "gtest_perf_test.py",
19 "args": ["gpu_perftests"]
15 } 20 }
16 ] 21 ]
17 }, 22 },
18 "Android Nexus7v2 Perf": { 23 "Android Nexus7v2 Perf": {
19 "scripts": [ 24 "scripts": [
20 { 25 {
21 "name": "host_info", 26 "name": "host_info",
22 "script": "host_info.py" 27 "script": "host_info.py"
23 } 28 }
24 ] 29 ]
(...skipping 26 matching lines...) Expand all
51 "Mac 10.9 Perf (1)": { 56 "Mac 10.9 Perf (1)": {
52 "scripts": [ 57 "scripts": [
53 { 58 {
54 "name": "gpu_perftests", 59 "name": "gpu_perftests",
55 "script": "gtest_perf_test.py", 60 "script": "gtest_perf_test.py",
56 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"] 61 "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"]
57 } 62 }
58 ] 63 ]
59 } 64 }
60 } 65 }
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