PerfTest

trait PerfTest

Represents a single performance test.

Represents a single performance test.

class Object
trait Matchable
class Any

Value members

Abstract methods

def name: String

Test name (will be used in reports.

Test name (will be used in reports.

def run(): Try[String]

Synchronous test body.

Synchronous test body.

Concrete methods

def warmup(): Unit

A warmup that should be executed before each single test execution.

A warmup that should be executed before each single test execution.