Skip to content

Commit e6cc57f

Browse files
committed
FlattenSequence/distance(from:to:) benchmarks (v2).
1. Registered the new benchmarks in benchmark/utils/main.swift.
1 parent 0ea8985 commit e6cc57f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/utils/main.swift

+1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ register(Exclusivity.benchmarks)
283283
register(ExistentialPerformance.benchmarks)
284284
register(Fibonacci.benchmarks)
285285
register(FindStringNaive.benchmarks)
286+
register(FlattenDistanceFromTo.benchmarks)
286287
register(FlattenList.benchmarks)
287288
register(FloatingPointConversion.benchmarks)
288289
register(FloatingPointParsing.benchmarks)

0 commit comments

Comments
 (0)