summaryrefslogtreecommitdiffhomepage
path: root/android/test/baselineprofile
AgeCommit message (Collapse)AuthorFilesLines
2025-09-12Add better support for variant filtersDavid Göransson1-0/+1
2025-09-10Add inital baseline profile generationKalle Lindström4-0/+223
To improve startup performance this PR adds a baseline profile generation module in test/baselineprofile. The baseline profile plugin requires Junit4 so that is also added as a dependency. A baseline-prof.txt was also generated by running `./gradlew generatePlayProdReleaseBaselineProfile` and checked in. The tests that generate the baselineprofile currently only start the app and accepts the privacy policy. This should be improved later on to improve the startup performance.