From c870dae11a5ec088800a35665d6ac1baa3abef3a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Aug 2020 14:32:37 +0100 Subject: refactor quicksort --- sort/sort_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sort/sort_test.go') diff --git a/sort/sort_test.go b/sort/sort_test.go index 6f6bcc2..f350b46 100644 --- a/sort/sort_test.go +++ b/sort/sort_test.go @@ -11,8 +11,8 @@ var benchResult ds.ArrayList var benchResultInt []int const minLength int = 1 -const maxLength int = 100000 -const maxSlowLength int = 100000 +const maxLength int = 1000 +const maxSlowLength int = 1000 var arrayListCache map[string]ds.ArrayList -- cgit v1.2.3