BenchmarkSuiteResult

data class BenchmarkSuiteResult(val suiteName: String, val description: String?, val metrics: Set<BenchmarkMetric>, val cases: List<BenchmarkCaseResult>)(source)

Constructors

Link copied to clipboard
constructor(suiteName: String, description: String?, metrics: Set<BenchmarkMetric>, cases: List<BenchmarkCaseResult>)

Properties

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

Functions

Link copied to clipboard