mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[interop] cxx vec benchmark - bump up the iter repeat count
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user