Skip to content

Commit e159b1d

Browse files
committed
[interop][benchmark] disable CxxVectorSum benchmarks for now until SwiftPM build issue is resolved
1 parent b701124 commit e159b1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

benchmark/cxx-source/CxxVectorSum.swift

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
// as compared to the C++ implementation of such sum.
1515

1616
import TestsUtils
17+
18+
public let benchmarks: [BenchmarkInfo] = []
19+
#if FIX_61472
20+
1721
import std
1822

1923
// FIXME: remove workaround for: https://github.com/apple/swift/issues/61472
@@ -135,3 +139,4 @@ extension VectorOfU32.const_iterator : Equatable, UnsafeCxxInputIterator { }
135139

136140
extension VectorOfU32: CxxSequence {}
137141
#endif
142+
#endif

0 commit comments

Comments
 (0)