Sha256: e57884f7c70ab9194bfe8863a31a9aca5375bbac825b532d71adf457858ad071

Contents?: true

Size: 189 Bytes

Versions: 11

Compression:

Stored size: 189 Bytes

Contents

# -- coding: utf-8

require File.expand_path("#{File.dirname(__FILE__)}/helper.rb")

job = lambda {|kt|
  1000.times{|n|
    kt.set(n.to_s, n)
    kt.get(n)
  }
  kt.clear
}
benchmark(job)

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
genki-kyototycoon-0.6.1 benchmark/getset.rb
kyototycoon-0.6.1 benchmark/getset.rb
genki-kyototycoon-0.6.0.1 benchmark/getset.rb
kyototycoon-0.6.0 benchmark/getset.rb
kyototycoon-0.5.6 benchmark/getset.rb
kyototycoon-0.5.5 benchmark/getset.rb
kyototycoon-0.5.4 benchmark/getset.rb
kyototycoon-0.5.3 benchmark/getset.rb
kyototycoon-0.5.2 benchmark/getset.rb
kyototycoon-0.5.1 benchmark/getset.rb
kyototycoon-0.5.0 benchmark/getset.rb