HyperLogLog: speedup fuzz test.

This commit is contained in:
antirez
2019-03-18 11:25:57 +01:00
parent 12b5ff1095
commit 623afd5e4b
+1 -2
View File
@@ -116,7 +116,7 @@ start_server {tags {"hll"}} {
} {*WRONGTYPE*}
test {Fuzzing dense/sparse encoding: Redis should always detect errors} {
for {set j 0} {$j < 10000} {incr j} {
for {set j 0} {$j < 1000} {incr j} {
r del hll
set items {}
set numitems [randomInt 3000]
@@ -139,7 +139,6 @@ start_server {tags {"hll"}} {
# Redis in some way.
catch {
r pfcount hll
r pfdebug getreg hll
}
}
}