BenchmarkCase
data class BenchmarkCase(val name: String, val description: String?, val warmupIterations: Int, val iterations: Int, val setup: BenchmarkExecutionScope.() -> Unit?, val execute: BenchmarkExecutionScope.() -> Unit, val teardown: BenchmarkExecutionScope.() -> Unit?)(source)
Constructors
Link copied to clipboard
constructor(name: String, description: String?, warmupIterations: Int, iterations: Int, setup: BenchmarkExecutionScope.() -> Unit?, execute: BenchmarkExecutionScope.() -> Unit, teardown: BenchmarkExecutionScope.() -> Unit?)