mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #75373 from swiftlang/egorzhdan/reenable-benchmarks
[cxx-interop] Re-enable benchmarks
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user