module Context
Provides benchmarking helpers for test contexts.
Definitions
def measure(...)
Measures the execution time of a block and adds a benchmarking measure to the context.
Implementation
def measure(...)
add Measure.build(self, ...)
end