BenchmarkCommand

data class BenchmarkCommand(val benchmark: String, val count: Long = 5000) : Command

Runs a benchmark.

Constructors

Link copied to clipboard
constructor(benchmark: String, count: Long = 5000)

Properties

Link copied to clipboard

Name of the benchmark

Link copied to clipboard
val count: Long = 5000

Number of repetitions