File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -210,10 +210,10 @@ set(SWIFT_BENCH_MODULES
210
210
single-source/WordCount
211
211
single-source/XorLoop
212
212
cxx-source/CreateObjects
213
- cxx-source/CxxSetToCollection
214
- cxx-source/CxxSpanTests
215
- cxx-source/CxxStringConversion
216
- cxx-source/CxxVectorSum
213
+ # cxx-source/CxxSetToCollection
214
+ # cxx-source/CxxSpanTests
215
+ # cxx-source/CxxStringConversion
216
+ # cxx-source/CxxVectorSum
217
217
# TODO: rdar://92120528
218
218
# cxx-source/ReadAccessor
219
219
)
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ import CountAlgo
57
57
import CreateObjects
58
58
// rdar://128520766
59
59
// import CxxSetToCollection
60
- import CxxSpanTests
61
- import CxxStringConversion
60
+ // import CxxSpanTests
61
+ // import CxxStringConversion
62
62
// rdar://128520766
63
63
// import CxxVectorSum
64
64
import DataBenchmarks
@@ -257,8 +257,8 @@ register(ClassArrayGetter.benchmarks)
257
257
register ( CreateObjects . benchmarks)
258
258
// rdar://128520766
259
259
// register(CxxSetToCollection.benchmarks)
260
- register ( CxxSpanTests . benchmarks)
261
- register ( CxxStringConversion . benchmarks)
260
+ // register(CxxSpanTests.benchmarks)
261
+ // register(CxxStringConversion.benchmarks)
262
262
// rdar://128520766
263
263
// register(CxxVectorSum.benchmarks)
264
264
register ( DataBenchmarks . benchmarks)
You can’t perform that action at this time.
0 commit comments