Sha256: 35521857c9d339d112dfdc55fcbc581cb2c787be39e2fb774ba9286ff67ae8ba

Contents?: true

Size: 256 Bytes

Versions: 11

Compression:

Stored size: 256 Bytes

Contents

# -- coding: utf-8

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

bulk={}
str = "string ああ" * 10000
100.times.map{|n|
  bulk[n.to_s] = str
}
job = lambda {|kt|
  kt.set_bulk(bulk)
  kt.get_bulk(bulk.keys)
  kt.clear
}
benchmark(job)

Version data entries

11 entries across 11 versions & 2 rubygems

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