for save
This commit is contained in:
parent
f73f6faaf5
commit
ec62cfe28a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user