mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Sorting 2**21 arrays is probably not necessary
Addresses: <rdar://problem/44152615>
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user