kotlinx-benchmark icon indicating copy to clipboard operation
kotlinx-benchmark copied to clipboard

`@Setup(Level.Invocation)` on Native?

Open CommanderTvis opened this issue 3 years ago • 1 comments

Support @Setup(Level.Invocation) on Native.

Currently, @Setup has no parameters.

CommanderTvis avatar Jul 17 '21 11:07 CommanderTvis

https://github.com/Kotlin/kotlinx-benchmark/pull/10 adds support for the level of execution for fixture functions.

qurbonzoda avatar Jul 25 '21 16:07 qurbonzoda