Sha256: 91c0f8e0882e2b6d7314edf7eca632d87395e3b92020731c747a872c228a4cb9

Contents?: true

Size: 336 Bytes

Versions: 126

Compression:

Stored size: 336 Bytes

Contents

require 'rubygems'
require 'tach'

Tach.meter(1_000_000) do
  tach('double') do
    "path"
  end
  tach('single') do
    'path'
  end
end

#  [double, single]
#
#  +--------+----------+
#  | tach   | total    |
#  +--------+----------+
#  | single | 0.416340 |
#  +--------+----------+
#  | double | 0.416570 |
#  +--------+----------+

Version data entries

126 entries across 124 versions & 6 rubygems

Version Path
excon-0.41.0 benchmarks/single_vs_double_quotes.rb
excon-0.40.0 benchmarks/single_vs_double_quotes.rb
excon-0.39.6 benchmarks/single_vs_double_quotes.rb
excon-0.39.5 benchmarks/single_vs_double_quotes.rb
excon-0.39.4 benchmarks/single_vs_double_quotes.rb
excon-0.39.3 benchmarks/single_vs_double_quotes.rb
excon-0.39.2 benchmarks/single_vs_double_quotes.rb
excon-0.39.1 benchmarks/single_vs_double_quotes.rb
excon-0.39.0 benchmarks/single_vs_double_quotes.rb
excon-0.38.0 benchmarks/single_vs_double_quotes.rb
excon-0.37.0 benchmarks/single_vs_double_quotes.rb
excon-0.36.0 benchmarks/single_vs_double_quotes.rb
excon-0.35.0 benchmarks/single_vs_double_quotes.rb
excon-0.34.0 benchmarks/single_vs_double_quotes.rb
excon-0.33.0 benchmarks/single_vs_double_quotes.rb
excon-0.32.1 benchmarks/single_vs_double_quotes.rb
excon-0.32.0 benchmarks/single_vs_double_quotes.rb
excon-0.31.0 benchmarks/single_vs_double_quotes.rb
excon-0.30.0 benchmarks/single_vs_double_quotes.rb
excon-0.29.0 benchmarks/single_vs_double_quotes.rb