Skip to content

Commit 4d3c756

Browse files
committed
Wow, even further I guess
1 parent 708c5c4 commit 4d3c756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/NaiveRangeReplaceableCollectionConformance.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public func runAppendLargeContiguous(N: Int) {
8686
public func runAppendSmallContiguousRepeatedly(N: Int) {
8787
for _ in 1...N {
8888
var rrc = NaiveRRC()
89-
for _ in 1...50_000 {
89+
for _ in 1...5_000 {
9090
rrc.append(contentsOf: contiguous)
9191
}
9292
blackHole(rrc)

0 commit comments

Comments
 (0)