Skip to content

Commit

Permalink
Tired of seeing <foo>/run
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 20, 2008
1 parent 83c3e99 commit 879245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/testing/performance.rb
Expand Up @@ -99,7 +99,7 @@ def initialize(harness, metric)


def report def report
rate = @total / profile_options[:runs] rate = @total / profile_options[:runs]
'%20s: %s/run' % [@metric.name, @metric.format(rate)] '%20s: %s' % [@metric.name, @metric.format(rate)]
end end


protected protected
Expand Down

0 comments on commit 879245d

Please sign in to comment.