File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1313// This is a benchmark that tracks how quickly Swift can convert a C++ set
1414// to a Swift collection.
1515
16- /* FIXME: rdar://150067288
17-
1816import TestsUtils
1917import CxxStdlibPerformance
2018import Cxx
@@ -66,5 +64,3 @@ public func run_CxxSetOfU32_forEach(_ n: Int) {
6664 }
6765 }
6866}
69-
70- */
Original file line number Diff line number Diff line change 1010//
1111//===----------------------------------------------------------------------===//
1212
13- /* FIXME: rdar://150067288
14-
1513import TestsUtils
1614import CxxStdlibPerformance
1715import CxxStdlib
@@ -60,5 +58,3 @@ public func run_cxxToSwift(_ n: Int) {
6058 blackHole ( x)
6159 }
6260}
63-
64- */
Original file line number Diff line number Diff line change 1313// This is a benchmark that tracks how quickly Swift can sum up a C++ vector
1414// as compared to the C++ implementation of such sum.
1515
16- /* FIXME: rdar://150067288
17-
1816import TestsUtils
1917import CxxStdlibPerformance
2018import Cxx
@@ -121,5 +119,3 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
121119 }
122120 blackHole ( sum)
123121}
124-
125- */
You can’t perform that action at this time.
0 commit comments