summaryrefslogtreecommitdiff
path: root/android/art-microbenchmarks.yaml
diff options
context:
space:
mode:
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 8cca595..78418de 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