summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-11-19 13:28:36 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-11-19 13:28:36 +0000
commita955511fbee6595690c2ff2e3087ddb3032a23ef (patch)
tree33d1fa45a7400b65b43d8abab28fa394e4f2e48c /android
parentdd82c351a5cd6a3d6dd1474f164ff91d636c3309 (diff)
android: art-microbenchmarks: fixed .pkl file path
Fixed path for .pkl file. Added support for .json attachment Change-Id: I198df6fa347b2def33af5896fd5d4c006b268915 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'android')
-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 c974910..2079649 100644
--- a/android/art-microbenchmarks.yaml
+++ b/android/art-microbenchmarks.yaml
@@ -32,7 +32,8 @@ run:
- . ./android/scripts/configure-$TARGET_DEVICE-for-benchmarks.sh
- ./art-testing/run.py -t $IPADDR --iterations $ITERATIONS --mode $MODE | tee logs.txt
- . ./android/scripts/parse-ubenchmarks-results.sh logs.txt
- - lava-test-run-attach ./art-testing/pkl/res.*.pkl
+ - if [ -f ./art-testing/pkl/*.pkl ]; then lava-test-run-attach ./art-testing/pkl/*.pkl; fi
+ - if [ -f ./art-testing/json/*.json ]; then lava-test-run-attach ./art-testing/json/*.json; fi
- echo "processes running"
- ps
- fi