Assigned
Status Update
Comments
cc...@google.com <cc...@google.com> #2
Update: according to the trace, dex2oat starts at the same moment as the application. So i guess, the problem lays in xiaomi firmware that starts the optimization with the application during benchmark
Description
Component used: XML, Java, Kotlin, Jetpack compose Version used: benchmark lib version-1.2.3, Test Device: Samsung A30, android version 11, AGP: 7.1.3
Is it possible to write a macrobenchmark test where a specific ui journey is covered using real apis that fetche data? I wrote a benchmark test that covers a full ui journey of a particular feature of the application. Here is the flow where part of the journey uses xml and java code and other parts are in kotlin and jetpack compose. (xml and java) Splash Screen -> Login Screen (Input pin and tap login button) -> Home Screen (click on feature icon) -> (kotlin and compose) Feature Home Screen (some inputs) -> then few other screens.
Issues I am facing: