diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-08-08 16:55:32 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-08-08 16:55:32 +0100 |
| commit | 6b87d5ad02ded52fb9bb0c44677e564dae7ac3b3 (patch) | |
| tree | cd30820407a83a1cd72e8d0458b4f23b87911032 /sort | |
| parent | 4a4d109bab43930299c72db1fa19b3be394791d8 (diff) | |
fortune not found
Quick commit
Diffstat (limited to 'sort')
| -rw-r--r-- | sort/sort_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
