aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbenchmarks-script/common/common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks-script/common/common.sh b/benchmarks-script/common/common.sh
index f91093e..47fbe7c 100755
--- a/benchmarks-script/common/common.sh
+++ b/benchmarks-script/common/common.sh
@@ -85,8 +85,8 @@ function init(){
adb shell am start 'rotation.off/.RotationOff'
sleep 2
adb shell "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor > /data/governor.txt"
- adb shell "echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
- adb shell "echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor"
+ # adb shell "echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
+ # adb shell "echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor"
adb shell logcat -c
adb shell setprop ro.debug.drawtext true
adb shell setprop ro.debug.textview true