forked from mirror/ledisdb
bugfix benchmark for randget flag
This commit is contained in:
parent
fcc8c9ae37
commit
bfcec916a1
|
@ -314,7 +314,7 @@ func main() {
|
|||
benchGet()
|
||||
}
|
||||
|
||||
if checkTest("rangeget") {
|
||||
if checkTest("randget") {
|
||||
benchRandGet()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue