Skip to content

Commit 94c1231

Browse files
committed
Missing change
1 parent 7c45d62 commit 94c1231

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/demo-apps/android/LlamaDemo/android-llm-device-farm-test-spec.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ phases:
9393
9494
- echo "Gather LLM benchmark results"
9595
- |
96-
APP_DIR=$(adb -s $DEVICEFARM_DEVICE_UDID shell run-as com.example.executorchllamademo pwd)
97-
adb -s $DEVICEFARM_DEVICE_UDID pull "${APP_DIR}"/files/benchmark_results.json $DEVICEFARM_LOG_DIR/
98-
96+
adb -s $DEVICEFARM_DEVICE_UDID shell run-as com.example.executorchllamademo cp files/benchmark_results.json /sdcard
97+
adb -s $DEVICEFARM_DEVICE_UDID pull /sdcard/benchmark_results.json $DEVICEFARM_LOG_DIR/
9998
10099
artifacts:
101100
# By default, Device Farm will collect your artifacts from the $DEVICEFARM_LOG_DIR directory.

0 commit comments

Comments
 (0)