File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 13
13
// This is a benchmark that tracks how quickly Swift can convert a C++ set
14
14
// to a Swift collection.
15
15
16
+ /* FIXME: rdar://150067288
17
+
16
18
import TestsUtils
17
19
import CxxStdlibPerformance
18
20
import Cxx
@@ -64,3 +66,5 @@ public func run_CxxSetOfU32_forEach(_ n: Int) {
64
66
}
65
67
}
66
68
}
69
+
70
+ */
Original file line number Diff line number Diff line change 10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
13
+ /* FIXME: rdar://150067288
14
+
13
15
import TestsUtils
14
16
import CxxStdlibPerformance
15
17
import CxxStdlib
@@ -58,3 +60,5 @@ public func run_cxxToSwift(_ n: Int) {
58
60
blackHole(x)
59
61
}
60
62
}
63
+
64
+ */
Original file line number Diff line number Diff line change 13
13
// This is a benchmark that tracks how quickly Swift can sum up a C++ vector
14
14
// as compared to the C++ implementation of such sum.
15
15
16
+ /* FIXME: rdar://150067288
17
+
16
18
import TestsUtils
17
19
import CxxStdlibPerformance
18
20
import Cxx
@@ -119,3 +121,5 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
119
121
}
120
122
blackHole(sum)
121
123
}
124
+
125
+ */
You can’t perform that action at this time.
0 commit comments