diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-08-08 15:57:37 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-08-08 15:57:37 +0100 |
| commit | b8c45f87d6f7251701f95eb6b8ac1efd4255d298 (patch) | |
| tree | 6076a23ec57d75c57bd2a5556afbf9c94a32d23f /sort/sort_test.go | |
| parent | ae7d31d6b6d735810ea27b788491d291754374aa (diff) | |
refactor
Diffstat (limited to 'sort/sort_test.go')
| -rw-r--r-- | sort/sort_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sort/sort_test.go b/sort/sort_test.go index f350b46..e3bda34 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 = 1000 -const maxSlowLength int = 1000 +const maxLength int = 10000 +const maxSlowLength int = 10000 var arrayListCache map[string]ds.ArrayList |
