# File lib/minitest/benchmark.rb, line 195
    def assert_performance_power threshold = 0.99, &work
      assert_performance validation_for_fit(:power, threshold), &work
    end