Local

abstract class Local[U] extends Bench[U]

Benchmark that runs snippets in the same JVM. Reports result into the console.

Benchmark that runs snippets in the same JVM. Reports result into the console.

class Bench[U]
trait Serializable
class DSL[U]
class Object
trait Matchable
class Any
class LocalTime

Type members

Inherited classlikes

case object measure
Inherited from
DSL
case object performance
Inherited from
DSL

Inherited types

type SameType
Inherited from
BasePerformanceTest

Value members

Abstract methods

def aggregator: Aggregator[U]

Concrete methods

def warmer: Warmer

Inherited methods

def defaultConfig: Context
Inherited from
BasePerformanceTest
def executeTests(): Boolean

Runs all the tests in this test class or singleton object.

Runs all the tests in this test class or singleton object.

Inherited from
BasePerformanceTest
def isModule: Boolean
Inherited from
BasePerformanceTest
def main(args: Array[String]): Unit
Inherited from
Bench
def measurer: Measurer[U]
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 runBench(args: Array[String]): Boolean
Inherited from
Bench
def using[T](gen: Gen[T]): Using[T]
Inherited from
DSL

Deprecated and Inherited methods

@deprecated("This form of include is deprecated -- please extend Bench.Group ".+("and use include(new MyBench {}), ").+("where MyBench is a *trait*, and not a class or an object."), "0.7")
def include[T <: BasePerformanceTest[_]](`evidence$1`: ClassTag[T]): Unit
Deprecated
Inherited from
DSL