From ec62cfe28ab6d215888e135cd3040f1800514494 Mon Sep 17 00:00:00 2001 From: huangsimin Date: Tue, 9 Apr 2019 18:40:15 +0800 Subject: [PATCH] for save --- avl/avl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avl/avl_test.go b/avl/avl_test.go index bcd6423..5d28088 100644 --- a/avl/avl_test.go +++ b/avl/avl_test.go @@ -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)