Skip to content

Commit ff596d5

Browse files
committed
Revert "[cxx-interop] Temporarily exclude CxxSetToCollection benchmark from the build (swiftlang#81145)"
This reverts commit 86c30d6.
1 parent 1fdb239 commit ff596d5

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

benchmark/cxx-source/CxxSetToCollection.swift

-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
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-
1816
import TestsUtils
1917
import CxxStdlibPerformance
2018
import Cxx
@@ -66,5 +64,3 @@ public func run_CxxSetOfU32_forEach(_ n: Int) {
6664
}
6765
}
6866
}
69-
70-
*/

benchmark/cxx-source/CxxStringConversion.swift

-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
/* FIXME: rdar://150067288
14-
1513
import TestsUtils
1614
import CxxStdlibPerformance
1715
import CxxStdlib
@@ -60,5 +58,3 @@ public func run_cxxToSwift(_ n: Int) {
6058
blackHole(x)
6159
}
6260
}
63-
64-
*/

benchmark/cxx-source/CxxVectorSum.swift

-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
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-
1816
import TestsUtils
1917
import CxxStdlibPerformance
2018
import Cxx
@@ -121,5 +119,3 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
121119
}
122120
blackHole(sum)
123121
}
124-
125-
*/

0 commit comments

Comments
 (0)