package spec
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
AssertResults extends Assertions
Trait that runs
afterAllwhen all measurements in the class were executed.Trait that runs
afterAllwhen all measurements in the class were executed. It passes the results so the user can work with them and compare them. -
trait
Assertions extends AnyRef
Trait to add assert statement in measurement definitions.
Trait to add assert statement in measurement definitions. It adds the code put into
assertinto the falseAssertions list which will later be read by the MeasurementExecutor. -
trait
PerfSpec extends AnyRef
Abstract class for performance measurements.
Abstract class for performance measurements. Defined measurements are executed sequentially by sbt-perf and parallel execution is not possible. However, code inside measure can be arbitrarily parallel.
Value Members
-
object
AssertionsMacro
Macro for assertion.