bugfix benchmark for randget flag

This commit is contained in:
siddontang 2014-10-30 09:32:53 +08:00
parent fcc8c9ae37
commit bfcec916a1
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ func main() {
benchGet()
}
if checkTest("rangeget") {
if checkTest("randget") {
benchRandGet()
}