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

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

Issue 2437383002: [Android] Pass devil adb path to the gtest perf tests. (Closed)
Patch Set: stip comment Created 4 years, 1 month 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 | testing/buildbot/chromium.perf.fyi.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 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
3 "AAAAA2 See //tools/perf/generate_perf_json.py to make changes": {}, 3 "AAAAA2 See //tools/perf/generate_perf_json.py to make changes": {},
4 "Android Galaxy S5 Perf (3)": { 4 "Android Galaxy S5 Perf (3)": {
5 "scripts": [ 5 "scripts": [
6 { 6 {
7 "args": [ 7 "args": [
8 "cc_perftests" 8 "cc_perftests",
9 "--adb-path",
10 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
Dirk Pranke 2016/10/26 18:45:18 Can we add --adb-path automatically in gtest_perf_
jbudorick 2016/10/27 00:19:21 Ideally, we only need this for some bots and not o
9 ], 11 ],
10 "name": "cc_perftests", 12 "name": "cc_perftests",
11 "script": "gtest_perf_test.py" 13 "script": "gtest_perf_test.py"
12 }, 14 },
13 { 15 {
14 "args": [ 16 "args": [
15 "gpu_perftests" 17 "gpu_perftests",
18 "--adb-path",
19 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
16 ], 20 ],
17 "name": "gpu_perftests", 21 "name": "gpu_perftests",
18 "script": "gtest_perf_test.py" 22 "script": "gtest_perf_test.py"
19 } 23 }
20 ] 24 ]
21 }, 25 },
22 "Android Nexus5 Perf (2)": { 26 "Android Nexus5 Perf (2)": {
23 "scripts": [ 27 "scripts": [
24 { 28 {
25 "args": [ 29 "args": [
26 "cc_perftests" 30 "cc_perftests",
31 "--adb-path",
32 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
27 ], 33 ],
28 "name": "cc_perftests", 34 "name": "cc_perftests",
29 "script": "gtest_perf_test.py" 35 "script": "gtest_perf_test.py"
30 }, 36 },
31 { 37 {
32 "args": [ 38 "args": [
33 "gpu_perftests" 39 "gpu_perftests",
40 "--adb-path",
41 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
34 ], 42 ],
35 "name": "gpu_perftests", 43 "name": "gpu_perftests",
36 "script": "gtest_perf_test.py" 44 "script": "gtest_perf_test.py"
37 } 45 }
38 ] 46 ]
39 }, 47 },
40 "Android Nexus6 Perf (2)": { 48 "Android Nexus6 Perf (2)": {
41 "scripts": [ 49 "scripts": [
42 { 50 {
43 "args": [ 51 "args": [
44 "cc_perftests" 52 "cc_perftests",
53 "--adb-path",
54 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
45 ], 55 ],
46 "name": "cc_perftests", 56 "name": "cc_perftests",
47 "script": "gtest_perf_test.py" 57 "script": "gtest_perf_test.py"
48 } 58 }
49 ] 59 ]
50 }, 60 },
51 "Android Nexus7v2 Perf (2)": { 61 "Android Nexus7v2 Perf (2)": {
52 "scripts": [ 62 "scripts": [
53 { 63 {
54 "args": [ 64 "args": [
55 "cc_perftests" 65 "cc_perftests",
66 "--adb-path",
67 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
56 ], 68 ],
57 "name": "cc_perftests", 69 "name": "cc_perftests",
58 "script": "gtest_perf_test.py" 70 "script": "gtest_perf_test.py"
59 }, 71 },
60 { 72 {
61 "args": [ 73 "args": [
62 "gpu_perftests" 74 "gpu_perftests",
75 "--adb-path",
76 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
63 ], 77 ],
64 "name": "gpu_perftests", 78 "name": "gpu_perftests",
65 "script": "gtest_perf_test.py" 79 "script": "gtest_perf_test.py"
66 } 80 }
67 ] 81 ]
68 }, 82 },
69 "Android Nexus9 Perf (2)": { 83 "Android Nexus9 Perf (2)": {
70 "scripts": [ 84 "scripts": [
71 { 85 {
72 "args": [ 86 "args": [
73 "cc_perftests" 87 "cc_perftests",
88 "--adb-path",
89 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
74 ], 90 ],
75 "name": "cc_perftests", 91 "name": "cc_perftests",
76 "script": "gtest_perf_test.py" 92 "script": "gtest_perf_test.py"
77 }, 93 },
78 { 94 {
79 "args": [ 95 "args": [
80 "gpu_perftests" 96 "gpu_perftests",
97 "--adb-path",
98 "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
81 ], 99 ],
82 "name": "gpu_perftests", 100 "name": "gpu_perftests",
83 "script": "gtest_perf_test.py" 101 "script": "gtest_perf_test.py"
84 } 102 }
85 ] 103 ]
86 }, 104 },
87 "Linux Perf (3)": { 105 "Linux Perf (3)": {
88 "scripts": [ 106 "scripts": [
89 { 107 {
90 "args": [ 108 "args": [
(...skipping 20712 matching lines...) Expand 10 before | Expand all | Expand 10 after
20803 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", 20821 "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
20804 "--test-launcher-jobs=1", 20822 "--test-launcher-jobs=1",
20805 "--enable-gpu" 20823 "--enable-gpu"
20806 ], 20824 ],
20807 "name": "performance_browser_tests", 20825 "name": "performance_browser_tests",
20808 "script": "gtest_perf_test.py" 20826 "script": "gtest_perf_test.py"
20809 } 20827 }
20810 ] 20828 ]
20811 } 20829 }
20812 } 20830 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.perf.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698