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.20.1 benchmarks/single_vs_double_quotes.rb
excon-0.20.0 benchmarks/single_vs_double_quotes.rb
excon-0.19.5 benchmarks/single_vs_double_quotes.rb
excon-0.19.4 benchmarks/single_vs_double_quotes.rb
excon-0.19.3 benchmarks/single_vs_double_quotes.rb
excon-0.19.2 benchmarks/single_vs_double_quotes.rb
excon-0.19.1 benchmarks/single_vs_double_quotes.rb
excon-0.19.0 benchmarks/single_vs_double_quotes.rb
excon-0.18.5 benchmarks/single_vs_double_quotes.rb
excon-0.18.4 benchmarks/single_vs_double_quotes.rb
excon-0.18.3 benchmarks/single_vs_double_quotes.rb
excon-0.18.2 benchmarks/single_vs_double_quotes.rb
excon-0.18.1 benchmarks/single_vs_double_quotes.rb
excon-0.18.0 benchmarks/single_vs_double_quotes.rb
excon-0.17.0 benchmarks/single_vs_double_quotes.rb
excon-0.16.10 benchmarks/single_vs_double_quotes.rb
excon-0.16.9 benchmarks/single_vs_double_quotes.rb
excon-0.16.8 benchmarks/single_vs_double_quotes.rb
excon-0.16.7 benchmarks/single_vs_double_quotes.rb
excon-0.16.5 benchmarks/single_vs_double_quotes.rb