From ff596d5932b28489b2fcaf858c32bf9e6738e5c9 Mon Sep 17 00:00:00 2001 From: John Hui Date: Wed, 30 Apr 2025 18:36:57 -0700 Subject: [PATCH] Revert "[cxx-interop] Temporarily exclude CxxSetToCollection benchmark from the build (#81145)" This reverts commit 86c30d6b582d0bdefa54c0e72315a583c159b79f. --- benchmark/cxx-source/CxxSetToCollection.swift | 4 ---- benchmark/cxx-source/CxxStringConversion.swift | 4 ---- benchmark/cxx-source/CxxVectorSum.swift | 4 ---- 3 files changed, 12 deletions(-) diff --git a/benchmark/cxx-source/CxxSetToCollection.swift b/benchmark/cxx-source/CxxSetToCollection.swift index 4af09207598..5a9e9904ba7 100644 --- a/benchmark/cxx-source/CxxSetToCollection.swift +++ b/benchmark/cxx-source/CxxSetToCollection.swift @@ -13,8 +13,6 @@ // This is a benchmark that tracks how quickly Swift can convert a C++ set // to a Swift collection. -/* FIXME: rdar://150067288 - import TestsUtils import CxxStdlibPerformance import Cxx @@ -66,5 +64,3 @@ public func run_CxxSetOfU32_forEach(_ n: Int) { } } } - -*/ diff --git a/benchmark/cxx-source/CxxStringConversion.swift b/benchmark/cxx-source/CxxStringConversion.swift index 8ab65a8065b..a10418800e2 100644 --- a/benchmark/cxx-source/CxxStringConversion.swift +++ b/benchmark/cxx-source/CxxStringConversion.swift @@ -10,8 +10,6 @@ // //===----------------------------------------------------------------------===// -/* FIXME: rdar://150067288 - import TestsUtils import CxxStdlibPerformance import CxxStdlib @@ -60,5 +58,3 @@ public func run_cxxToSwift(_ n: Int) { blackHole(x) } } - -*/ diff --git a/benchmark/cxx-source/CxxVectorSum.swift b/benchmark/cxx-source/CxxVectorSum.swift index c17d5ec22ab..ad6d37773e5 100644 --- a/benchmark/cxx-source/CxxVectorSum.swift +++ b/benchmark/cxx-source/CxxVectorSum.swift @@ -13,8 +13,6 @@ // This is a benchmark that tracks how quickly Swift can sum up a C++ vector // as compared to the C++ implementation of such sum. -/* FIXME: rdar://150067288 - import TestsUtils import CxxStdlibPerformance import Cxx @@ -121,5 +119,3 @@ public func run_CxxVectorOfU32_Sum_Swift_Reduce(_ n: Int) { } blackHole(sum) } - -*/