Skip to content

Commit 63691a1

Browse files
committed
[interop] cxx vector benchmark - reenable it with module deserialization workaround
1 parent a2ec07c commit 63691a1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

benchmark/cxx-source/CxxVectorSum.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import TestsUtils
1717

1818
public let benchmarks: [BenchmarkInfo] = []
19-
#if FIX_61472
2019

2120
import std
2221

@@ -30,9 +29,6 @@ import CxxStdlibPerformance
3029
import Cxx
3130

3231
// FIXME: Linux needs fix for https://github.com/apple/swift/issues/61547.
33-
#if os(Linux)
34-
public let benchmarks: [BenchmarkInfo] = []
35-
#else
3632
public let benchmarks = [
3733
BenchmarkInfo(
3834
name: "CxxVecU32.sum.Cxx.rangedForLoop",
@@ -138,5 +134,3 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
138134
extension VectorOfU32.const_iterator : Equatable, UnsafeCxxInputIterator { }
139135

140136
extension VectorOfU32: CxxSequence {}
141-
#endif
142-
#endif

0 commit comments

Comments
 (0)