File tree Expand file tree Collapse file tree 3 files changed +0
-66
lines changed Expand file tree Collapse file tree 3 files changed +0
-66
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ set(SWIFT_BENCH_MODULES
77
77
single-source/DictionaryRemove
78
78
single-source/DictionarySubscriptDefault
79
79
single-source/DictionarySwap
80
- single-source/DoubleWidthDivision
81
80
single-source/DropFirst
82
81
single-source/DropLast
83
82
single-source/DropWhile
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ import DictionaryOfAnyHashableStrings
65
65
import DictionaryRemove
66
66
import DictionarySubscriptDefault
67
67
import DictionarySwap
68
- import DoubleWidthDivision
69
68
import DropFirst
70
69
import DropLast
71
70
import DropWhile
@@ -235,7 +234,6 @@ registerBenchmark(DictionaryOfAnyHashableStrings)
235
234
registerBenchmark ( DictionaryRemove)
236
235
registerBenchmark ( DictionarySubscriptDefault)
237
236
registerBenchmark ( DictionarySwap)
238
- registerBenchmark ( DoubleWidthDivision)
239
237
registerBenchmark ( DropFirst)
240
238
registerBenchmark ( DropLast)
241
239
registerBenchmark ( DropWhile)
You can’t perform that action at this time.
0 commit comments