Packages

package spec

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AssertResults extends Assertions

    Trait that runs afterAll when all measurements in the class were executed.

    Trait that runs afterAll when all measurements in the class were executed. It passes the results so the user can work with them and compare them.

  2. 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 assert into the falseAssertions list which will later be read by the MeasurementExecutor.

  3. 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

  1. object AssertionsMacro

    Macro for assertion.

Ungrouped