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.64.0 benchmarks/single_vs_double_quotes.rb
excon-0.63.0 benchmarks/single_vs_double_quotes.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/excon-0.62.0/benchmarks/single_vs_double_quotes.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/excon-0.62.0/benchmarks/single_vs_double_quotes.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/excon-0.62.0/benchmarks/single_vs_double_quotes.rb
excon-0.62.0 benchmarks/single_vs_double_quotes.rb
excon-0.61.0 benchmarks/single_vs_double_quotes.rb
excon-0.60.0 benchmarks/single_vs_double_quotes.rb
excon-0.59.0 benchmarks/single_vs_double_quotes.rb
excon-0.58.0 benchmarks/single_vs_double_quotes.rb
excon-0.57.1 benchmarks/single_vs_double_quotes.rb
excon-0.57.0 benchmarks/single_vs_double_quotes.rb
excon-0.56.0 benchmarks/single_vs_double_quotes.rb
excon-0.55.0 benchmarks/single_vs_double_quotes.rb
excon-0.54.0 benchmarks/single_vs_double_quotes.rb
excon-0.53.0 benchmarks/single_vs_double_quotes.rb
excon-0.52.0 benchmarks/single_vs_double_quotes.rb
excon-0.51.0 benchmarks/single_vs_double_quotes.rb
excon-0.50.1 benchmarks/single_vs_double_quotes.rb
excon-0.50.0 benchmarks/single_vs_double_quotes.rb