Commit f284e37f authored by antirez's avatar antirez
Browse files

showfreq.rb: collect more data for better graphs.

parent f1b3a485
......@@ -5,7 +5,7 @@ r.select(9)
r.del("myset");
r.sadd("myset",(0..999).to_a)
freq = {}
100.times {
500.times {
res = r.pipelined {
1000.times {
r.srandmember("myset")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment