# File lib/active_support/testing/performance.rb, line 185 def run return unless @supported full_profile_options[:runs].to_i.times { run_test(@metric, :benchmark) } @total = @metric.total end