From 0b4d7d6722dd97b59aa5931ee23bf3b86c9fe40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Fri, 20 Nov 2015 10:25:31 -0600 Subject: Android: Generalize art-microbenchmarks for N9/N5X. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because Nexus 5X is introduced, so is the configuration script for benchmarks. Change-Id: I728ce64eb2304216f4a3c0bfa426cec08f4e1099 Signed-off-by: Daniel Díaz --- android/art-microbenchmarks.yaml | 2 +- android/scripts/configure-nexus5x-for-benchmarks.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 android/scripts/configure-nexus5x-for-benchmarks.sh (limited to 'android') diff --git a/android/art-microbenchmarks.yaml b/android/art-microbenchmarks.yaml index fc01f2a..4cc647e 100644 --- a/android/art-microbenchmarks.yaml +++ b/android/art-microbenchmarks.yaml @@ -1,7 +1,7 @@ metadata: name: art-microbenchmarks format: "Lava-Test-Shell Test Definition 1.0" - description: "The script configures the nexus9 for low variance and runs the test" + description: "The script configures the Nexus 9 and 5X for low variance and runs the test" maintainer: - vishal.bhoj@linaro.org os: diff --git a/android/scripts/configure-nexus5x-for-benchmarks.sh b/android/scripts/configure-nexus5x-for-benchmarks.sh new file mode 100755 index 0000000..ac64939 --- /dev/null +++ b/android/scripts/configure-nexus5x-for-benchmarks.sh @@ -0,0 +1,4 @@ +#!/bin/bash +echo "configuring Nexus5X on: $IPADDR" +adb -s $IPADDR wait-for-device +adb -s $IPADDR shell stop -- cgit v1.2.3