Skip to content

Commit b54434f

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

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

benchmark/cxx-source/CxxVectorSum.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
import TestsUtils
1717

18-
public let benchmarks: [BenchmarkInfo] = []
19-
#if FIX_61472
2018

2119
import std
2220

@@ -30,9 +28,6 @@ import CxxStdlibPerformance
3028
import Cxx
3129

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

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

0 commit comments

Comments
 (0)