[interop] cxx vec benchmark - bump up the iter repeat count

This commit is contained in:
Alex Lorenz
2022-10-10 11:06:30 -07:00
parent a50939b07e
commit 3341aef305

View File

@@ -54,7 +54,7 @@ func makeVectorOnce() {
// fail the benchmark.
let vectorSize = 25_000
let iterRepeatFactor = 5
let iterRepeatFactor = 7
@inline(never)
public func run_CxxVectorOfU32_Sum_Cxx_RangedForLoop(_ n: Int) {