We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f38320 + 304095f commit 35a8c00Copy full SHA for 35a8c00
benchmark/single-source/IterateData.swift
@@ -29,6 +29,6 @@ public func run_IterateData(_ N: Int) {
29
let data = generateData()
30
31
for _ in 0...10*N {
32
- _ = data.reduce(0, +)
+ _ = data.reduce(0, &+)
33
}
34
0 commit comments