From a955511fbee6595690c2ff2e3087ddb3032a23ef Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Thu, 19 Nov 2015 13:28:36 +0000 Subject: 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 --- android/art-microbenchmarks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'android') 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 -- cgit v1.2.3