We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d2c24 commit c9ef32cCopy full SHA for c9ef32c
benchmark/CMakeLists.txt
@@ -15,6 +15,7 @@ list(APPEND CMAKE_MODULE_PATH
15
include(AddSwiftBenchmarkSuite)
16
17
set(SWIFT_BENCH_MODULES
18
+ single-source/unit-tests/ObjectiveCBridging
19
single-source/unit-tests/StackPromo
20
single-source/Ackermann
21
single-source/AngryPhonebook
@@ -59,7 +60,6 @@ set(SWIFT_BENCH_MODULES
59
60
single-source/NSError
61
single-source/NSStringConversion
62
single-source/ObjectAllocation
- single-source/ObjectiveCBridging
63
single-source/OpenClose
64
single-source/Phonebook
65
single-source/PolymorphicCalls
benchmark/single-source/ObjectiveCBridging.swift renamed to benchmark/single-source/unit-tests/ObjectiveCBridging.swift
0 commit comments