module ActiveSupport::Testing::Performance::Minitest4AndLower
Public Instance Methods
performance_failure(e)
click to toggle source
# File lib/rails/perftest/active_support/testing/performance.rb, line 45 def performance_failure(e) @runner.puke(self.class, method_name, e) end
run(runner)
click to toggle source
# File lib/rails/perftest/active_support/testing/performance.rb, line 39 def run(runner) @runner = runner _performance_run return end