From 1a32423fe3c86b5596a5cdbf97ff29acd5fb118f Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Mon, 5 Oct 2015 09:52:49 +0530 Subject: Android: Add art-microbenchmarks Added host side of android multinode test. This test executes microbenchmarks for android runtime (ART). Change-Id: I16f749cd869a48a4dee49a1abef8568c400eef60 Signed-off-by: Vishal Bhoj Signed-off-by: Milosz Wasilewski --- android/scripts/configure-nexus9-for-benchmarks.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 android/scripts/configure-nexus9-for-benchmarks.sh (limited to 'android/scripts') diff --git a/android/scripts/configure-nexus9-for-benchmarks.sh b/android/scripts/configure-nexus9-for-benchmarks.sh new file mode 100755 index 0000000..d32c039 --- /dev/null +++ b/android/scripts/configure-nexus9-for-benchmarks.sh @@ -0,0 +1,5 @@ +adb -s $IPADDR wait-for-device +adb -s $IPADDR shell stop +adb -s $IPADDR shell "echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor" +adb -s $IPADDR shell "echo 2295000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq" +adb -s $IPADDR shell "echo 2295000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq" -- cgit v1.2.3