LocalTime

abstract class LocalTime extends Local[Double]

Quick benchmark runs snippets in the same JVM. Reports execution time into the console.

Quick benchmark runs snippets in the same JVM. Reports execution time into the console.

class Local[Double]
class Bench[Double]
trait Serializable
class DSL[Double]
class BasePerformanceTest[Double]
class Object
trait Matchable
class Any

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

Concrete methods

def aggregator: Aggregator[Double]
def measurer: Measurer[Double]

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 executor: Executor[Double]
Inherited from
Local
def isModule: Boolean
Inherited from
BasePerformanceTest
def main(args: Array[String]): Unit
Inherited from
Bench
Inherited from
Local
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[Double]
Inherited from
Local
def runBench(args: Array[String]): Boolean
Inherited from
Bench
def using[T](gen: Gen[T]): Using[T]
Inherited from
DSL
def warmer: Warmer
Inherited from
Local

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