# File lib/minitest/benchmark.rb, line 325 def self.bench_performance_linear name, threshold = 0.9, &work bench name do assert_performance_linear threshold, &work end end