Skip to content

Commit 22cd82e

Browse files
committed
40 second data non llm
1 parent 2211893 commit 22cd82e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run_android_emulator.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ for i in {1..40}; do
2424
done &
2525

2626
adb logcat -c
27-
adb shell am instrument -w -r \
27+
adb shell am instrument -w -r -e \
28+
class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
2829
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
2930
adb logcat -d > logcat.txt
3031
adb shell dumpsys meminfo

0 commit comments

Comments
 (0)