BenchmarkSuite

data class BenchmarkSuite(val name: String, val description: String?, val metrics: Set<BenchmarkMetric>, val contextFactory: () -> ExecutionContext, val cases: List<BenchmarkCase>)(source)

Constructors

Link copied to clipboard
constructor(name: String, description: String?, metrics: Set<BenchmarkMetric>, contextFactory: () -> ExecutionContext, cases: List<BenchmarkCase>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard