aboutsummaryrefslogtreecommitdiff
path: root/run-workload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-workload.sh')
-rwxr-xr-xrun-workload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-workload.sh b/run-workload.sh
index 405961a..8bca16e 100755
--- a/run-workload.sh
+++ b/run-workload.sh
@@ -47,5 +47,5 @@ echo -n "IKS enabled: "
adb -s $IPADDR:5555 shell "cat /sys/kernel/bL_switcher/active"
echo -e "**********************\n"
-wa run $1 -v -f -d $2 -c config.py
+wa run $1 -v -f -d $2 -c config-juno.py
exit 0