Sha256: ccf5ebd0039eb30bad0b330f82b995447413498524d3620e032ba31264c3b704

Contents?: true

Size: 197 Bytes

Versions: 12

Compression:

Stored size: 197 Bytes

Contents

require 'benchmark'
require_relative 'lib/humanize'
require_relative 'spec/tests'

Benchmark.benchmark do |x|
  x.report do
    100.times { TESTS.each do |x, y|
      x.humanize
    end }
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
humanize-1.8.1 bench.rb
humanize-1.8.0 bench.rb
humanize-1.7.0 bench.rb
humanize-1.6.1 bench.rb
humanize-1.6.0 bench.rb
humanize-1.5.0 bench.rb
humanize-1.4.0 bench.rb
humanize-1.3.0 bench.rb
humanize-1.2.4 bench.rb
humanize-1.2.3 bench.rb
humanize-1.2.2 bench.rb
humanize-1.2.1 bench.rb