HTMLReport

abstract class HTMLReport extends Persisted[Double]

Annotation base equivalent of the org.scalameter.Bench.HTMLReport

Annotation base equivalent of the org.scalameter.Bench.HTMLReport

class Persisted[Double]
class JBench[Double]
trait Serializable
class BasePerformanceTest[Double]
class Object
trait Matchable
class Any

Type members

Inherited types

type SameType
Inherited from
BasePerformanceTest

Value members

Abstract methods

def online: Boolean

Concrete methods

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

Inherited methods

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

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 executor: Executor[Double]
Inherited from
Persisted
def isModule: Boolean
Inherited from
BasePerformanceTest
Inherited from
Persisted
final override def rebuildSetupZipper(): Unit
Definition Classes
Inherited from
JBench
def warmer: Warmer
Inherited from
Persisted