summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-18 17:01:12 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-10-18 17:01:12 +0530
commit80fdb69ef8577be508fde5792f121ae28f851794 (patch)
treef0f9fd444e93054c140d0d3a4490ebec816757c8 /android
parent7a63157c684413b54e8f032536b5f1fbd2661629 (diff)
art-microbenchmarks: fix path of pkl files
Change-Id: I6eb2d23e8f404edb408275926986b5dc1f45d75c Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/art-microbenchmarks.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/art-microbenchmarks.yaml b/android/art-microbenchmarks.yaml
index 97ab2a5..a008a39 100644
--- a/android/art-microbenchmarks.yaml
+++ b/android/art-microbenchmarks.yaml
@@ -42,7 +42,7 @@ 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 res.*.pkl
+ - lava-test-run-attach ./art-testing/pkl/res.*.pkl
- echo "processes running"
- ps
- fi