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 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
-
18
16
import TestsUtils
19
17
import CxxStdlibPerformance
20
18
import Cxx
@@ -66,5 +64,3 @@ public func run_CxxSetOfU32_forEach(_ n: Int) {
66
64
}
67
65
}
68
66
}
69
-
70
- */
Original file line number Diff line number Diff line change 10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
13
- /* FIXME: rdar://150067288
14
-
15
13
import TestsUtils
16
14
import CxxStdlibPerformance
17
15
import CxxStdlib
@@ -60,5 +58,3 @@ public func run_cxxToSwift(_ n: Int) {
60
58
blackHole ( x)
61
59
}
62
60
}
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
-
18
16
import TestsUtils
19
17
import CxxStdlibPerformance
20
18
import Cxx
@@ -121,5 +119,3 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
121
119
}
122
120
blackHole ( sum)
123
121
}
124
-
125
- */
You can’t perform that action at this time.
0 commit comments