Factory

trait Factory[E <: ([_] =>> Executor[_])]

Creates an executor from a warmer, printer, aggregator and measurer.

Creates an executor from a warmer, printer, aggregator and measurer.

Implemented by companion objects of Executor implementations.

class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[T](warmer: Warmer, aggregator: Aggregator[T], m: Measurer[T])(`evidence$1`: Pickler[T], `evidence$2`: PrettyPrinter[T]): E[T]