mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Wow, even further I guess
This commit is contained in:
@@ -86,7 +86,7 @@ public func runAppendLargeContiguous(N: Int) {
|
||||
public func runAppendSmallContiguousRepeatedly(N: Int) {
|
||||
for _ in 1...N {
|
||||
var rrc = NaiveRRC()
|
||||
for _ in 1...50_000 {
|
||||
for _ in 1...5_000 {
|
||||
rrc.append(contentsOf: contiguous)
|
||||
}
|
||||
blackHole(rrc)
|
||||
|
||||
Reference in New Issue
Block a user