Skip to content

Commit 63de0c5

Browse files
committed
Increase DoubleWidth division benchmark iterations
1 parent baee1cd commit 63de0c5

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)