module RSpec::Benchmark::Matchers
def perform_under(threshold, **options)
- Api: - public
Parameters:
-
threshold(Float) --
def perform_under(threshold, **options) TimingMatcher::Matcher.new(threshold, **options) end
threshold
(Float)
--
def perform_under(threshold, **options) TimingMatcher::Matcher.new(threshold, **options) end