Merge pull request #75373 from swiftlang/egorzhdan/reenable-benchmarks

[cxx-interop] Re-enable benchmarks
This commit is contained in:
Egor Zhdan
2024-07-19 20:27:18 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -209,11 +209,9 @@ set(SWIFT_BENCH_MODULES
single-source/WordCount
single-source/XorLoop
cxx-source/CreateObjects
# Disabled for rdar://128520766
# cxx-source/CxxSetToCollection
cxx-source/CxxSetToCollection
cxx-source/CxxStringConversion
# Disabled for rdar://128520766
# cxx-source/CxxVectorSum
cxx-source/CxxVectorSum
# TODO: rdar://92120528
# cxx-source/ReadAccessor
)

View File

@@ -24,6 +24,7 @@ public let benchmarks = [BenchmarkInfo]()
import CxxStdlibPerformance
import Cxx
import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
public let benchmarks = [
BenchmarkInfo(

View File

@@ -24,6 +24,7 @@ public let benchmarks = [BenchmarkInfo]()
import CxxStdlibPerformance
import Cxx
import CxxStdlib // FIXME(rdar://128520766): this import should be redundant
public let benchmarks = [
BenchmarkInfo(