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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2867253002: Enable cc_perftests, gpu_perftests, and tracing_perftests on Nexus 5X Perf (Closed)
Patch Set: Created 3 years, 7 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
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index fa8dff844359fb8d843b88bfe0cfdcd422b1d76f..049ff524883aa6677670c7be28ae4f9a480c2c90 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -941,6 +941,8 @@
"script": "//testing/scripts/run_gtest_perf_test.py",
"args": [
"cc_perftests",
+ "--adb-path",
+ "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
nednguyen 2017/05/09 00:08:17 John: I am copying this from https://cs.chromium.o
jbudorick 2017/05/09 14:10:12 FWIW, I think Emily was correct here. Using the ch
],
},
"media_perftests": {
@@ -966,7 +968,9 @@
"script": "//testing/scripts/run_gtest_perf_test.py",
"args": [
"tracing_perftests",
- "--test-launcher-print-test-stdio=always"
+ "--test-launcher-print-test-stdio=always",
+ "--adb-path",
+ "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
],
},
"gpu_perftests": {

Powered by Google App Engine
This is Rietveld 408576698