showfreq.rb: collect more data for better graphs.

This commit is contained in:
antirez 2019-02-19 17:25:58 +01:00
parent f1b3a485b4
commit f284e37f24

View File

@ -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")