Revert "[cxx-interop] Temporarily exclude CxxSetToCollection benchmark from the build (#81145)"

This reverts commit 86c30d6b58.
This commit is contained in:
John Hui
2025-04-30 18:36:57 -07:00
parent 1fdb239cea
commit ff596d5932
3 changed files with 0 additions and 12 deletions

View File

@@ -13,8 +13,6 @@
// This is a benchmark that tracks how quickly Swift can convert a C++ set // This is a benchmark that tracks how quickly Swift can convert a C++ set
// to a Swift collection. // to a Swift collection.
/* FIXME: rdar://150067288
import TestsUtils import TestsUtils
import CxxStdlibPerformance import CxxStdlibPerformance
import Cxx import Cxx
@@ -66,5 +64,3 @@ public func run_CxxSetOfU32_forEach(_ n: Int) {
} }
} }
} }
*/

View File

@@ -10,8 +10,6 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
/* FIXME: rdar://150067288
import TestsUtils import TestsUtils
import CxxStdlibPerformance import CxxStdlibPerformance
import CxxStdlib import CxxStdlib
@@ -60,5 +58,3 @@ public func run_cxxToSwift(_ n: Int) {
blackHole(x) blackHole(x)
} }
} }
*/

View File

@@ -13,8 +13,6 @@
// This is a benchmark that tracks how quickly Swift can sum up a C++ vector // This is a benchmark that tracks how quickly Swift can sum up a C++ vector
// as compared to the C++ implementation of such sum. // as compared to the C++ implementation of such sum.
/* FIXME: rdar://150067288
import TestsUtils import TestsUtils
import CxxStdlibPerformance import CxxStdlibPerformance
import Cxx import Cxx
@@ -121,5 +119,3 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) {
} }
blackHole(sum) blackHole(sum)
} }
*/