| 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',
|
|
|