Index: testing/buildbot/chromium.perf.fyi.json |
diff --git a/testing/buildbot/chromium.perf.fyi.json b/testing/buildbot/chromium.perf.fyi.json |
index a1e14c59d48f3b3aff1d817622541f8b2cf28f12..4c615e9a95f8b697ab830970f37d08fb966ca581 100644 |
--- a/testing/buildbot/chromium.perf.fyi.json |
+++ b/testing/buildbot/chromium.perf.fyi.json |
@@ -5,14 +5,18 @@ |
"scripts": [ |
{ |
"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" |
}, |
{ |
"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" |