# File lib/minitest/benchmark.rb, line 155
    def assert_performance_exponential threshold = 0.99, &work
      assert_performance validation_for_fit(:exponential, threshold), &work
    end