We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b463e commit aa14e5cCopy full SHA for aa14e5c
examples/demo-apps/android/LlamaDemo/android-llm-device-farm-test-spec.yml
@@ -63,14 +63,7 @@ phases:
63
# Check for this last to make sure that there is no failure
64
elif [ $TESTS_PASSED -ne 0 ];
65
then
66
- OBSERVED_TPS=$(grep "INSTRUMENTATION_STATUS: TPS=" $INSTRUMENT_LOG | tail -n 1)
67
-
68
- if [ -n "${OBSERVED_TPS}" ];
69
- then
70
- echo "[PyTorch] ${OBSERVED_TPS}";
71
- else
72
- echo "[PyTorch] Test passes but couldn't find the observed TPS from instrument log";
73
- fi
+ cat "${INSTRUMENT_LOG}"
74
fi;
75
76
# Run the new generic benchmark activity https://developer.android.com/tools/adb#am
0 commit comments