Ideally we should be using [`kotlin.benchmark`](https://github.com/Kotlin/kotlinx-benchmark) instead of the JVM one. This way we can run benchmarks on all targets. Outstanding questions: - How do we display the results? - How much CI overhead we get from running benchmarks on all targets.