diff options
author | Peter Kalauskas <peskal@google.com> | 2020-10-20 14:50:00 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-10-20 14:50:00 +0000 |
commit | 16b27d5064f89aba920c72033082bdb2c65efd6d (patch) | |
tree | e5220eb12ada21ad39150ce992e5ad00fb038ae2 /apct-tests | |
parent | c0e3a096904519657bdf808a725e61848132a7f1 (diff) | |
parent | 1f5dd2802bafe1dc0ec470a3ea72ccc0ba882f8d (diff) |
Merge "Change perf-setup.sh to perf-setup in README.md"
Diffstat (limited to 'apct-tests')
-rw-r--r-- | apct-tests/perftests/windowmanager/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apct-tests/perftests/windowmanager/README.md b/apct-tests/perftests/windowmanager/README.md index 8b5292fd02a5..7a0019a0c23f 100644 --- a/apct-tests/perftests/windowmanager/README.md +++ b/apct-tests/perftests/windowmanager/README.md @@ -4,7 +4,7 @@ To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup) is available, it is better to use the following instructions to lock CPU and GPU frequencies. ``` -m perf-setup.sh +m perf-setup PERF_SETUP_PATH=/data/local/tmp/perf-setup.sh adb push $OUT/$PERF_SETUP_PATH $PERF_SETUP_PATH adb shell chmod +x $PERF_SETUP_PATH |