TODO: GetRange fix bug;

This commit is contained in:
2019-04-04 18:36:41 +08:00
parent 3d1be547ca
commit 2f472ffded
3 changed files with 68 additions and 36 deletions

View File

@@ -612,7 +612,7 @@ func BenchmarkPut(b *testing.B) {
b.ResetTimer()
b.StartTimer()
execCount := 1000
execCount := 50
b.N = len(l) * execCount
for i := 0; i < execCount; i++ {
tree := New(compare.Int)