Forked

abstract class Forked[U] extends JBench[U]

Annotation based equivalent of the org.scalameter.Bench.Forked

Annotation based equivalent of the org.scalameter.Bench.Forked

class JBench[U]
trait Serializable
class Object
trait Matchable
class Any

Type members

Inherited types

type SameType
Inherited from
BasePerformanceTest

Value members

Abstract methods

def aggregator: Aggregator[U]

Concrete methods

def warmer: Warmer

Inherited methods

def attach(bench: JBench[U]): Buffer[JBench[U]]

Attaches all the benchmarks from the specified benchmark class to this benchmark.

Attaches all the benchmarks from the specified benchmark class to this benchmark.

Inherited from
JBench
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 measurer: Measurer[U]
Inherited from
BasePerformanceTest
final override def rebuildSetupZipper(): Unit
Definition Classes
Inherited from
JBench