kotlinx-benchmark
kotlinx-benchmark copied to clipboard
`@Setup(Level.Invocation)` on Native?
Support @Setup(Level.Invocation)
on Native.
Currently, @Setup
has no parameters.
https://github.com/Kotlin/kotlinx-benchmark/pull/10 adds support for the level of execution for fixture functions.