Skip to content

Commit

Permalink
showfreq.rb: collect more data for better graphs.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Feb 19, 2019
1 parent f1b3a48 commit f284e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/srandmember/showfreq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
r.del("myset");
r.sadd("myset",(0..999).to_a)
freq = {}
100.times {
500.times {
res = r.pipelined {
1000.times {
r.srandmember("myset")
Expand Down

0 comments on commit f284e37

Please sign in to comment.