module RSpec::Benchmark::Matchers

def perform_under(threshold, **options)

Other tags:
    Api: - public

Parameters:
  • threshold (Float) --
def perform_under(threshold, **options)
  TimingMatcher::Matcher.new(threshold, **options)
end