BenchmarkCaseResult

data class BenchmarkCaseResult(val name: String, val description: String?, val warmupIterations: Int, val iterations: Int, val totalDuration: Duration, val durationPerIteration: Duration, val latency: LatencySummary?, val memory: MemorySummary?)(source)

Constructors

Link copied to clipboard
constructor(name: String, description: String?, warmupIterations: Int, iterations: Int, totalDuration: Duration, durationPerIteration: Duration, latency: LatencySummary?, memory: MemorySummary?)

Properties

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