Skip to content

Commit 708c5c4

Browse files
committed
Nah let's go a little lower
1 parent 92bba63 commit 708c5c4

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...100_000 {
89+
for _ in 1...50_000 {
9090
rrc.append(contentsOf: contiguous)
9191
}
9292
blackHole(rrc)

0 commit comments

Comments
 (0)