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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2437383002: [Android] Pass devil adb path to the gtest perf tests. (Closed)
Patch Set: stip comment Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« testing/buildbot/chromium.perf.json ('K') | « testing/scripts/gtest_perf_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json.py
diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
index ca750f12338fe9c18d6ca0f6d66acc6c6e88e294..2883324955351a173a2567706198c1c41cac0ea3 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -23,7 +23,9 @@ from telemetry.util import bot_utils
SCRIPT_TESTS = [
{
'args': [
- 'gpu_perftests'
+ 'gpu_perftests',
+ '--adb-path',
+ 'src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb',
],
'name': 'gpu_perftests',
'script': 'gtest_perf_test.py',
@@ -56,7 +58,9 @@ SCRIPT_TESTS = [
},
{
'args': [
- 'cc_perftests'
+ 'cc_perftests',
+ '--adb-path',
+ 'src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb',
],
'name': 'cc_perftests',
'script': 'gtest_perf_test.py',
« testing/buildbot/chromium.perf.json ('K') | « testing/scripts/gtest_perf_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698