File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 1414// to a Swift collection.
1515
1616import TestsUtils
17-
18- #if SWIFT_PACKAGE
19- // FIXME: Needs fix for https://github.com/apple/swift/issues/61547.
20-
21- public let benchmarks = [ BenchmarkInfo] ( )
22-
23- #else
24-
2517import CxxStdlibPerformance
2618import Cxx
2719import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
@@ -72,5 +64,3 @@ public func run_CxxSetOfU32_forEach(_ n: Int) {
7264 }
7365 }
7466}
75-
76- #endif
Original file line number Diff line number Diff line change 1414// as compared to the C++ implementation of such sum.
1515
1616import TestsUtils
17-
18- #if SWIFT_PACKAGE
19- // FIXME: Needs fix for https://github.com/apple/swift/issues/61547.
20-
21- public let benchmarks = [ BenchmarkInfo] ( )
22-
23- #else
24-
2517import CxxStdlibPerformance
2618import Cxx
2719import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
@@ -127,4 +119,3 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
127119 }
128120 blackHole ( sum)
129121}
130- #endif
You can’t perform that action at this time.
0 commit comments