This commit is contained in:
huangsimin 2019-04-09 18:40:15 +08:00
parent f73f6faaf5
commit ec62cfe28a

View File

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