Source: show | on GitHub
# File activesupport/lib/active_support/testing/performance.rb, line 292 292: def format(measurement) 293: number_with_delimiter(measurement.floor) 294: end