master
bench
def bench name, count, store puts "#{name}: #{count} actions per run" array_1k = ["a"] * 1024 array_20k = ["a"] * 1024 * 20