Created
January 12, 2026 02:28
-
-
Save maskaravivek/b37bcbf665757c9614d1bd593968f75b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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