Benchmark

data class Benchmark(val name: String, val palette: List<String>, val modes: List<ReportMode>, val cases: List<ReportCase>)

Description of a benchmark suite. Consists of multiple cases.

By default, a dummy benchmark is created for each session. These can be combined to build a suite.

Constructors

Link copied to clipboard
constructor(name: String, palette: List<String>, modes: List<ReportMode>, cases: List<ReportCase>)

Properties

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