Wow, even further I guess

This commit is contained in:
David Smith
2023-05-12 17:22:08 -07:00
parent 708c5c4381
commit 4d3c75631e

View File

@@ -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)