diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-08-08 17:02:58 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-08-08 17:02:58 +0100 |
| commit | 36573e16d9e8b511aec24a82797a5d13ceef6aa4 (patch) | |
| tree | b2f293261e3758daf38816562e5095905aba3f74 /sort | |
| parent | 6b87d5ad02ded52fb9bb0c44677e564dae7ac3b3 (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 a3aa441..024cde4 100644 --- a/sort/sort_test.go +++ b/sort/sort_test.go @@ -11,7 +11,7 @@ var benchResult ds.ArrayList const minLength int = 1 const maxLength int = 100000 -const maxSlowLength int = 10000 +const maxSlowLength int = 100000 var arrayListCache map[string]ds.ArrayList |
