aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2016-12-23 10:39:07 +0000
committerJulien Duraj <julien.duraj@linaro.org>2017-01-11 11:02:27 +0000
commitc4a05f9d6801c1de52166330aed58a73e05042df (patch)
tree9f45e5e45798dd17f4d5772e9249b347e11595f9 /utils
parent97024c867f9ce378d22aff6f53aa62347f29308c (diff)
device_restore: do not reset cpu config at the end
Each script is already responsible to bringing the target back to an appropriate cpu state before launching workloads on it. Test: scripts/benchmarks/benchmarks_run_target.sh Test: scripts/tests/test_art_target.sh Change-Id: Ifb5da4989b235765dfad6dee8f4d7ba94f2ff600
Diffstat (limited to 'utils')
-rw-r--r--utils/utils_android_root.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/utils_android_root.sh b/utils/utils_android_root.sh
index d5bbf31..a0e543c 100644
--- a/utils/utils_android_root.sh
+++ b/utils/utils_android_root.sh
@@ -88,8 +88,6 @@ device_setup() {
device_restore() {
# Start the framework.
safe adb_shell start
- # Be a good citizen and restore the CPUs configuration to defaults.
- safe "${local_path}/../devices/set_cpu_freq.sh" --default
}
device_cleanup() {