class BenchmarkDriver::Output::Simple

def with_context(context, &block)

Parameters:
  • context (BenchmarkDriver::Context) --
def with_context(context, &block)
  block.call
end