BenchmarkCase

constructor(name: String, description: String?, warmupIterations: Int, iterations: Int, setup: BenchmarkExecutionScope.() -> Unit?, execute: BenchmarkExecutionScope.() -> Unit, teardown: BenchmarkExecutionScope.() -> Unit?)(source)