| Index: testing/buildbot/chromium.perf.json
|
| diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
|
| index 361a029525bcba4a46a34f744b5ca3d2b39c0cfa..bc70eae80aec296983e5f1a0142bae3323e1c7bd 100644
|
| --- a/testing/buildbot/chromium.perf.json
|
| +++ b/testing/buildbot/chromium.perf.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"
|
| @@ -23,14 +27,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"
|
| @@ -41,7 +49,9 @@
|
| "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"
|
| @@ -52,14 +62,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"
|
| @@ -70,14 +84,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"
|
|
|