Skip to content

Commit 3341aef

Browse files
committed
[interop] cxx vec benchmark - bump up the iter repeat count
1 parent a50939b commit 3341aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/cxx-source/CxxVectorSum.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func makeVectorOnce() {
5454
// fail the benchmark.
5555

5656
let vectorSize = 25_000
57-
let iterRepeatFactor = 5
57+
let iterRepeatFactor = 7
5858

5959
@inline(never)
6060
public func run_CxxVectorOfU32_Sum_Cxx_RangedForLoop(_ n: Int) {

0 commit comments

Comments
 (0)