Local
Benchmark that runs snippets in the same JVM. Reports result into the console.
Benchmark that runs snippets in the same JVM. Reports result into the console.
class Bench[U]
trait Serializable
class DSL[U]
class BasePerformanceTest[U]
trait AbstractPerformanceTest
class Object
trait Matchable
class Any
class LocalTime
Type members
Inherited types
Value members
Abstract methods
Concrete methods
Inherited methods
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
Allows rebuilding of setup zipper after test initialization.
Allows rebuilding of setup zipper after test initialization.
Default implementation is empty.
- Inherited from
- BasePerformanceTest
Deprecated and Inherited methods
@deprecated("This form of include is deprecated -- please extend Bench.Group ".+("and use include(new MyBench {}), ").+("where MyBench is a *trait*, and not a class or an object."), "0.7")
- Deprecated
- Inherited from
- DSL