for save
This commit is contained in:
parent
f73f6faaf5
commit
ec62cfe28a
@ -522,7 +522,7 @@ func BenchmarkPut(b *testing.B) {
|
|||||||
b.ResetTimer()
|
b.ResetTimer()
|
||||||
b.StartTimer()
|
b.StartTimer()
|
||||||
|
|
||||||
execCount := 10
|
execCount := 50
|
||||||
b.N = len(l) * execCount
|
b.N = len(l) * execCount
|
||||||
for i := 0; i < execCount; i++ {
|
for i := 0; i < execCount; i++ {
|
||||||
tree := New(compare.Int)
|
tree := New(compare.Int)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user