Source: show | on GitHub
# File activesupport/lib/active_support/testing/performance.rb, line 298 def format(measurement) number_to_human_size(measurement, :precision => 2) end