TP-74933 | Dismiss NUX while running macrobenchmark tests (#11905)

This commit is contained in:
nikhil kumar
2024-07-25 21:24:15 +05:30
committed by GitHub
parent c1f1a39f4f
commit 2ce38abbf4
4 changed files with 25 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ jobs:
--type instrumentation \
--app ${{ github.workspace }}/android/app/build/outputs/apk_from_bundle/qaRelease/app-qa-release-universal.apk \
--test ${{ github.workspace }}/android/benchmark/build/outputs/apk/qa/benchmark/benchmark-qa-benchmark.apk \
--test-targets "class com.naviapp.benchmark.baselineprofile.HomePageScrollBaselineProfile, class com.naviapp.benchmark.startup.StartupBenchmark#startupPrecompiledWithBaselineProfile, class com.naviapp.benchmark.home.HomePageScrollBenchmark#scrollHomeCompilationBaselineProfile" \
--test-targets "class com.naviapp.benchmark.baselineprofile.NaviBaselineProfile, class com.naviapp.benchmark.startup.StartupBenchmark#startupPrecompiledWithBaselineProfile, class com.naviapp.benchmark.home.HomePageScrollBenchmark#scrollHomeCompilationBaselineProfile" \
--device model=akita,version=34,locale=en,orientation=portrait \
--directories-to-pull /sdcard/Download \
--results-bucket navi-android-super-app-benchmark-results-qa \