Skip to content

Commit 8c175c2

Browse files
authored
Merge pull request #14133 from xwu/increase-benchmark-iterations
2 parents 594760b + 63de0c5 commit 8c175c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/DoubleWidthDivision.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private typealias Int1024 = DoubleWidth<Int512>
2929
@inline(never)
3030
public func run_DoubleWidthDivision(_ N: Int) {
3131
var sum = 0
32-
for _ in 1...N {
32+
for _ in 1...5*N {
3333
let (q, r) =
3434
(Int128(Int64.max) * 16)
3535
.quotientAndRemainder(dividingBy: numericCast(getInt(16)))

0 commit comments

Comments
 (0)