Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using JMH / androidx.benchmark #11

Open
AlexTrotsenko opened this issue Dec 3, 2020 · 1 comment
Open

Consider using JMH / androidx.benchmark #11

AlexTrotsenko opened this issue Dec 3, 2020 · 1 comment

Comments

@AlexTrotsenko
Copy link

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.

@Sloy
Copy link
Owner

Sloy commented Jan 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants