Overview
-
module Sus
Provides the top-level namespace for the Sus testing framework.
-
module Fixtures
Provides reusable fixtures for benchmarking code.
-
module Benchmark
Provides benchmarking utilities for Sus fixtures.
-
class Repeats
Represents a benchmarking helper that executes a block multiple times, collecting timing samples until statistical convergence is reached.
-
class Exactly
Represents a benchmarking helper that executes a block a fixed number of times.
-
class Sampler
Represents a statistical sampler for benchmarking, collecting timing samples and computing statistics.
-
class Time
Represents a timing sample for benchmarking, including user, system, and real time.
-
module Measure
Provides a benchmarking measure for a test case.
-
module Context
Provides benchmarking helpers for test contexts.
-
-
-