You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you considered using JMH? Normally it's advised for testing performance of Jvm code.
If you need instrumented Android test - androidx.benchmark is an option as well.