# File lib/minitest/benchmark.rb, line 175
    def assert_performance_linear threshold = 0.99, &work
      assert_performance validation_for_fit(:linear, threshold), &work
    end