Reporter

trait Reporter[T] extends Serializable

Reporters report results of ScalaMeter benchmarks.

Reporters report results of ScalaMeter benchmarks.

Reporters are called at the completion of each benchmark, and once more after all benchmarks complete.

Companion
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def report(result: CurveData[T], persistor: Persistor): Unit
def report(results: Tree[CurveData[T]], persistor: Persistor): Boolean