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 14
14
// to a Swift collection.
15
15
16
16
import 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
-
25
17
import CxxStdlibPerformance
26
18
import Cxx
27
19
import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
@@ -72,5 +64,3 @@ public func run_CxxSetOfU32_forEach(_ n: Int) {
72
64
}
73
65
}
74
66
}
75
-
76
- #endif
Original file line number Diff line number Diff line change 14
14
// as compared to the C++ implementation of such sum.
15
15
16
16
import 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
-
25
17
import CxxStdlibPerformance
26
18
import Cxx
27
19
import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
@@ -127,4 +119,3 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
127
119
}
128
120
blackHole ( sum)
129
121
}
130
- #endif
You can’t perform that action at this time.
0 commit comments