Hi I have a general android/kotlin question: I would like to "benchmark" some code, e.g. library function vs. built-in function...which is faster. I'm wondering how to setup such comparison tests. I'm aware of 2 options:
1. Kotlin playground -> inconvenient
2. write a test
Is there a more convenient solution?