GroupedPerformanceTest

class BasePerformanceTest[Nothing]
class Object
trait Matchable
class Any
class Group

Type members

Inherited types

type SameType
Inherited from
BasePerformanceTest

Value members

Concrete methods

override def executeTests(): Boolean
def include[T <: BasePerformanceTest[_]](newBenchmark: => T)(`evidence$1`: ClassTag[T]): Unit

Inherited methods

def defaultConfig: Context
Inherited from
BasePerformanceTest
def executor: Executor[Nothing]

The optional executor assigned to a particular body of DSL code.

The optional executor assigned to a particular body of DSL code.

Inherited from
BasePerformanceTest
def isModule: Boolean
Inherited from
BasePerformanceTest
def measurer: Measurer[Nothing]
Inherited from
BasePerformanceTest
def rebuildSetupZipper(): Unit

Allows rebuilding of setup zipper after test initialization.

Allows rebuilding of setup zipper after test initialization.

Default implementation is empty.

Inherited from
BasePerformanceTest
def reporter: Reporter[Nothing]
Inherited from
BasePerformanceTest