From 6b87d5ad02ded52fb9bb0c44677e564dae7ac3b3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Aug 2020 16:55:32 +0100 Subject: fortune not found Quick commit --- sort/sort_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sort/sort_test.go b/sort/sort_test.go index 07ac2bf..a3aa441 100644 --- a/sort/sort_test.go +++ b/sort/sort_test.go @@ -10,7 +10,7 @@ import ( var benchResult ds.ArrayList const minLength int = 1 -const maxLength int = 10000 +const maxLength int = 100000 const maxSlowLength int = 10000 var arrayListCache map[string]ds.ArrayList -- cgit v1.2.3