GuiSuite

final class GuiSuite[P](val suite: Suite[P], val params: GuiParams[P], val desc: Option[VdomElement])

A suite of benchmarks with additional info required to slap a GUI on top and present it to the user.

If you don't need a GUI, then a plain Suite is all you need.

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def describe(e: VdomElement): GuiSuite[P]
@inline
def name: String
def withBMs(bms: Vector[Benchmark[P]]): GuiSuite[P]

Concrete fields

val desc: Option[VdomElement]
val params: GuiParams[P]
val suite: Suite[P]