Skip to content

Commit f284e37

Browse files
committed
showfreq.rb: collect more data for better graphs.
1 parent f1b3a48 commit f284e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/srandmember/showfreq.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
r.del("myset");
66
r.sadd("myset",(0..999).to_a)
77
freq = {}
8-
100.times {
8+
500.times {
99
res = r.pipelined {
1010
1000.times {
1111
r.srandmember("myset")

0 commit comments

Comments
 (0)