Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save maskaravivek/b37bcbf665757c9614d1bd593968f75b to your computer and use it in GitHub Desktop.

Select an option

Save maskaravivek/b37bcbf665757c9614d1bd593968f75b to your computer and use it in GitHub Desktop.
- run:
name: run on FTL
command: |
gcloud firebase test android run \
--type instrumentation \
--app app/build/outputs/apk/release/app-release.apk \
--test macrobenchmark/build/outputs/apk/release/macrobenchmark-release.apk \
--device model=flame,version=30,locale=en,orientation=portrait \
--directories-to-pull /sdcard/Download \
--results-bucket gs://android-sample-benchmarks \
--results-dir macrobenchmark \
--environment-variables clearPackageData=true,additionalTestOutputDir=/sdcard/Download,no-isolated-storage=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment