fix vbtkey bug

This commit is contained in:
2019-04-08 20:14:12 +08:00
parent c8af06bbab
commit 246b811818
3 changed files with 32 additions and 31 deletions

View File

@@ -569,7 +569,7 @@ func BenchmarkGet(b *testing.B) {
b.ResetTimer()
b.StartTimer()
execCount := 50
execCount := 10
b.N = len(l) * execCount
for i := 0; i < execCount; i++ {