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.
1 parent ea9984b commit f2147cbCopy full SHA for f2147cb
benchmark/single-source/KeyPathPerformanceTests.swift
@@ -899,7 +899,7 @@ public func run_KeyPathNestedStructs(n: Int) {
899
public func run_testDirectAccess(n: Int) {
900
arrayHolder.reset()
901
var fixedSizeArray100 = FixedSizeArrayHolder.shared.fixedSizeArray100
902
- let iterationMultipier = 3000
+ let iterationMultipier = 75000
903
for t in 1 ... iterationMultipier * n {
904
fixedSizeArray100.element50 += fixedSizeArray100.element1 + ElementType(t)
905
fixedSizeArray100.element46 += fixedSizeArray100.element63 - fixedSizeArray100.element99
0 commit comments