summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--automated/android/bionic-benchmarks/bionic-benchmarks.yaml2
-rwxr-xr-xautomated/android/bionic-benchmarks/device-script.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/automated/android/bionic-benchmarks/bionic-benchmarks.yaml b/automated/android/bionic-benchmarks/bionic-benchmarks.yaml
index ca98a2d..94bf56a 100644
--- a/automated/android/bionic-benchmarks/bionic-benchmarks.yaml
+++ b/automated/android/bionic-benchmarks/bionic-benchmarks.yaml
@@ -20,6 +20,6 @@ params:
run:
steps:
- - cd ./automated/linux/bionic-benchmarks/
+ - cd ./automated/android/bionic-benchmarks/
- ./bionic-benchmarks.sh -l "${LOOPS}"
- ../../utils/send-to-lava.sh ./output/result.txt
diff --git a/automated/android/bionic-benchmarks/device-script.sh b/automated/android/bionic-benchmarks/device-script.sh
index 5c64456..8366e9f 100755
--- a/automated/android/bionic-benchmarks/device-script.sh
+++ b/automated/android/bionic-benchmarks/device-script.sh
@@ -8,7 +8,7 @@ test_bionic_benchmark() {
if [ "X$tbb_arch" = "X32" ]; then
cmd="/data/benchmarktest/bionic-benchmarks/bionic-benchmarks32"
elif [ "X$tbb_arch" = "X64" ]; then
- cmd="/data/benchmarktest/bionic-benchmarks/bionic-benchmarks64"
+ cmd="/data/benchmarktest64/bionic-benchmarks/bionic-benchmarks64"
else
echo "The specified arch ($tbb_arch) is not supported!"
return