Update benchmarks/README.md for perf-setup to soong
Due to convert from Android.mk to Android.bp and the perf-setup.sh is
already be changed to be by default installed under /vendor/bin/ in eng
and userdebug mode images.
Bug: 343133111
Test: adb shell perf-setup.sh
Change-Id: Idfc332e1d2c36d237af73bc8171cb54e20257943
diff --git a/benchmarks/README.md b/benchmarks/README.md
index 6b6c448..319db25 100644
--- a/benchmarks/README.md
+++ b/benchmarks/README.md
@@ -189,6 +189,5 @@
Some devices have a `perf-setup.sh` script that locks CPU and GPU frequencies. Some TradeFed
benchmarks appear to be using the script. For more information:
- * run `get_build_var BOARD_PERFSETUP_SCRIPT`
- * run `m perf-setup` to install the script into `${OUT}/data/local/tmp/perf-setup.sh`
+ * run `adb shell perf-setup.sh` to execute the script, it is already by default be installed on device for eng and userdebug build
* see: https://android.googlesource.com/platform/platform_testing/+/refs/heads/main/scripts/perf-setup/