File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -209,10 +209,13 @@ set(SWIFT_BENCH_MODULES
209
209
single-source/WordCount
210
210
single-source/XorLoop
211
211
cxx-source/CreateObjects
212
- cxx-source/CxxSetToCollection
212
+ # Disabled for rdar://128520766
213
+ # cxx-source/CxxSetToCollection
213
214
cxx-source/CxxStringConversion
214
- cxx-source/CxxVectorSum
215
- cxx-source/ReadAccessor
215
+ # Disabled for rdar://128520766
216
+ # cxx-source/CxxVectorSum
217
+ # TODO: rdar://92120528
218
+ # cxx-source/ReadAccessor
216
219
)
217
220
218
221
set (SWIFT_MULTISOURCE_SWIFT_BENCHES
Original file line number Diff line number Diff line change @@ -55,9 +55,11 @@ import CodableTest
55
55
import Combos
56
56
import CountAlgo
57
57
import CreateObjects
58
- import CxxSetToCollection
58
+ // rdar://128520766
59
+ // import CxxSetToCollection
59
60
import CxxStringConversion
60
- import CxxVectorSum
61
+ // rdar://128520766
62
+ // import CxxVectorSum
61
63
import DataBenchmarks
62
64
import DeadArray
63
65
import DevirtualizeProtocolComposition
@@ -251,9 +253,11 @@ register(Combos.benchmarks)
251
253
register ( CountAlgo . benchmarks)
252
254
register ( ClassArrayGetter . benchmarks)
253
255
register ( CreateObjects . benchmarks)
254
- register ( CxxSetToCollection . benchmarks)
256
+ // rdar://128520766
257
+ // register(CxxSetToCollection.benchmarks)
255
258
register ( CxxStringConversion . benchmarks)
256
- register ( CxxVectorSum . benchmarks)
259
+ // rdar://128520766
260
+ // register(CxxVectorSum.benchmarks)
257
261
register ( DataBenchmarks . benchmarks)
258
262
register ( DeadArray . benchmarks)
259
263
register ( DevirtualizeProtocolComposition . benchmarks)
You can’t perform that action at this time.
0 commit comments