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

Side by Side Diff: testing/buildbot/chromium.perf.fyi.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
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 (1)": { 4 "Android Galaxy S5 Perf (1)": {
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"
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 "Win 10 Low-End Perf Tests": { 26 "Win 10 Low-End Perf Tests": {
23 "isolated_scripts": [ 27 "isolated_scripts": [
24 { 28 {
25 "args": [ 29 "args": [
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "os": "Windows-10-10586", 346 "os": "Windows-10-10586",
343 "pool": "Chrome-perf" 347 "pool": "Chrome-perf"
344 } 348 }
345 ], 349 ],
346 "expiration": 14400 350 "expiration": 14400
347 } 351 }
348 } 352 }
349 ] 353 ]
350 } 354 }
351 } 355 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698