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
able-neo4j-1.0.0 vendor/bundle/jruby/1.9/gems/excon-0.45.4/benchmarks/single_vs_double_quotes.rb
excon-0.49.0 benchmarks/single_vs_double_quotes.rb
excon-0.48.0 benchmarks/single_vs_double_quotes.rb
excon-0.47.0 benchmarks/single_vs_double_quotes.rb
excon-0.46.0 benchmarks/single_vs_double_quotes.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/excon-0.45.4/benchmarks/single_vs_double_quotes.rb
excon-0.45.4 benchmarks/single_vs_double_quotes.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/excon-0.45.3/benchmarks/single_vs_double_quotes.rb
excon-0.45.3 benchmarks/single_vs_double_quotes.rb
excon-0.45.2 benchmarks/single_vs_double_quotes.rb
excon-0.45.1 benchmarks/single_vs_double_quotes.rb
excon-0.45.0 benchmarks/single_vs_double_quotes.rb
excon-0.44.4 benchmarks/single_vs_double_quotes.rb
excon-0.44.3 benchmarks/single_vs_double_quotes.rb
excon-0.44.2 benchmarks/single_vs_double_quotes.rb
excon-0.44.1 benchmarks/single_vs_double_quotes.rb
excon-0.44.0 benchmarks/single_vs_double_quotes.rb
excon-0.43.0 benchmarks/single_vs_double_quotes.rb
excon-0.42.1 benchmarks/single_vs_double_quotes.rb
excon-0.42.0 benchmarks/single_vs_double_quotes.rb