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()
|
benchGet()
|
||||||
}
|
}
|
||||||
|
|
||||||
if checkTest("rangeget") {
|
if checkTest("randget") {
|
||||||
benchRandGet()
|
benchRandGet()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue