mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[interop] benchmark - disable linux until https://github.com/apple/swift/issues/61547 is fixed
This commit is contained in:
@@ -17,6 +17,10 @@ import TestsUtils
|
||||
import CxxStdlibPerformance
|
||||
import Cxx
|
||||
|
||||
// FIXME: Linux needs fix for https://github.com/apple/swift/issues/61547.
|
||||
#if os(Linux)
|
||||
public let benchmarks: [BenchmarkInfo] = []
|
||||
#else
|
||||
public let benchmarks = [
|
||||
BenchmarkInfo(
|
||||
name: "CxxVecU32.sum.Cxx.rangedForLoop",
|
||||
@@ -122,3 +126,4 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
|
||||
extension VectorOfU32.const_iterator : Equatable, UnsafeCxxInputIterator { }
|
||||
|
||||
extension VectorOfU32: CxxSequence {}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user