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.
The text was updated successfully, but these errors were encountered:
Hi @AlexTrotsenko! I didn't even know about JMH, so thanks for sharing! I haven't work too much with JVM stuff.
Probably androidx.benchmark would be the right tool for this project, you're right! I believe this library came out later, so it wasn't available when I wrote the benchmark.
But I'm not actively maintaining this project anymore, since it served its purpose already for me :P I should probably add some notice in the readme or something.
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.
The text was updated successfully, but these errors were encountered: