summaryrefslogtreecommitdiff
path: root/android/art-microbenchmarks.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-03-14 17:50:01 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-03-18 12:51:15 +0530
commit457378c37fef6fe33d4a4f8ddb8239bf5ce2c0be (patch)
tree9b59b1081d4fa2fd431dec1b9175cc5cf792e4fb /android/art-microbenchmarks.yaml
parentf4de84ffc9747730e3348ba80e1ecfc9a9ff6890 (diff)
microbenchmarks add mode support for nexus5x
Change-Id: Iaf0803a14b15e3576d8a1c7c5cc3dbd2d37ab2a7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android/art-microbenchmarks.yaml')
-rw-r--r--android/art-microbenchmarks.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/art-microbenchmarks.yaml b/android/art-microbenchmarks.yaml
index 143bf37..de5c579 100644
--- a/android/art-microbenchmarks.yaml
+++ b/android/art-microbenchmarks.yaml
@@ -25,6 +25,7 @@ params:
TARGET_DEVICE: "nexus9"
ITERATIONS: 10
MODE: 64
+ CORE: "default"
run:
steps:
@@ -34,7 +35,7 @@ run:
- then
- if [ -f ./android/scripts/configure-$TARGET_DEVICE-for-benchmarks.sh ]
- then
- - . ./android/scripts/configure-$TARGET_DEVICE-for-benchmarks.sh || true
+ - . ./android/scripts/configure-$TARGET_DEVICE-for-benchmarks.sh $CORE || true
- fi
- ./art-testing/run.py -t $IPADDR --iterations $ITERATIONS --mode $MODE --output-pkl $PWD/art-microbenchmarks.pkl --output-json $PWD/art-microbenchmarks.json | tee logs.txt
- . ./android/scripts/parse-ubenchmarks-results.sh logs.txt