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