[test] Sorting 2**21 arrays is probably not necessary

Addresses: <rdar://problem/44152615>
This commit is contained in:
Maxim Moiseev
2018-09-10 15:40:31 -07:00
parent 2032969ee2
commit 6fb3373322

View File

@@ -284,7 +284,7 @@ Algorithm.test("heapSort") {
} // addOne end.
// Test binary number size.
let numberLength = 21
let numberLength = 11
var binaryNumber = [Int](repeating: 0, count: numberLength)
// We are testing sort on all permutations off 0-1s of size `numberLength`