module RSpec::Benchmark::Matchers

def perform_power(**options)

Other tags:
    Api: - public
def perform_power(**options)
  ComplexityMatcher::Matcher.new(:power, **options)
end