1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414
|
//===--- main.swift -------------------------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
// This is just a driver for performance overview tests.
import TestsUtils
import DriverUtils
import Ackermann
import AngryPhonebook
import AnyHashableWithAClass
import Array2D
import ArrayAppend
import ArrayInClass
import ArrayLiteral
import ArrayOfGenericPOD
import ArrayOfGenericRef
import ArrayOfPOD
import ArrayOfRef
import ArrayRemoveAll
import ArraySetElement
import ArraySubscript
import AsyncTree
import BinaryFloatingPointConversionFromBinaryInteger
import BinaryFloatingPointProperties
import BitCount
import Breadcrumbs
import BucketSort
import BufferFill
import BufferFind
import ByteSwap
import COWTree
import COWArrayGuaranteedParameterOverhead
import CString
import CSVParsing
import Calculator
import CaptureProp
import ChaCha
import ChainedFilterMap
import CharacterLiteralsLarge
import CharacterLiteralsSmall
import CharacterProperties
import CharacterRecognizer
import Chars
import ClassArrayGetter
import CodableTest
import Combos
import CountAlgo
import CreateObjects
import CxxSetToCollection
import CxxStringConversion
import CxxVectorSum
import DataBenchmarks
import DeadArray
import DevirtualizeProtocolComposition
import DictOfArraysToArrayOfDicts
import DictTest
import DictTest2
import DictTest3
import DictTest4
import DictTest4Legacy
import DictionaryBridge
import DictionaryBridgeToObjC
import DictionaryCompactMapValues
import DictionaryCopy
import DictionaryGroup
import DictionaryKeysContains
import DictionaryLiteralTest
import DictionaryOfAnyHashableStrings
import DictionaryRemove
import DictionarySubscriptDefault
import DictionarySwap
#if canImport(_Differentiation)
import Differentiation
#endif
import Diffing
import DiffingMyers
import DropFirst
import DropLast
import DropWhile
import ErrorHandling
import Exclusivity
import ExistentialPerformance
import Fibonacci
import FindStringNaive
import FlattenDistanceFromTo
import FlattenList
import FloatingPointConversion
import FloatingPointParsing
import FloatingPointPrinting
import Hanoi
import Hash
import Histogram
import HTTP2StateMachine
import IndexPathTest
import InsertCharacter
import IntegerParsing
import Integrate
import IterateData
import Join
import KeyPathPerformanceTests
import LazyFilter
import LinkedList
import LuhnAlgoEager
import LuhnAlgoLazy
import MapReduce
import Memset
import MirrorTest
import MonteCarloE
import MonteCarloPi
import NaiveRangeReplaceableCollectionConformance
import NibbleSort
import NIOChannelPipeline
import NSDictionaryCastToSwift
import NSErrorTest
#if canImport(Darwin)
import NSStringConversion
#endif
import NopDeinit
import ObjectAllocation
#if canImport(Darwin)
import ObjectiveCBridging
import ObjectiveCBridgingStubs
#if !(SWIFT_PACKAGE || Xcode)
import ObjectiveCNoBridgingStubs
#endif
#endif
import ObserverClosure
import ObserverForwarderStruct
import ObserverPartiallyAppliedMethod
import ObserverUnappliedMethod
import OpaqueConsumingUsers
import OpenClose
import Phonebook
import PointerArithmetics
import PolymorphicCalls
import PopFront
import PopFrontGeneric
import Prefix
import PrefixWhile
import Prims
import PrimsNonStrongRef
import PrimsSplit
import ProtocolConformance
import ProtocolDispatch
import ProtocolDispatch2
import QueueTest
import RC4
import RGBHistogram
import Radix2CooleyTukey
import RandomShuffle
import RandomTree
import RandomValues
import RangeAssignment
import RangeIteration
import RangeOverlaps
import RangeReplaceableCollectionPlusDefault
//import ReadAccessor
import RecursiveOwnedParameter
import ReduceInto
import RemoveWhere
import ReversedCollections
import RomanNumbers
import SIMDRandomMask
import SIMDReduceInteger
import SequenceAlgos
import SetTests
import SevenBoom
import Sim2DArray
//import SimpleArraySpecialization
import SortArrayInClass
import SortIntPyramids
import SortLargeExistentials
import SortLettersInPlace
import SortStrings
import StackPromo
import StaticArray
import StrComplexWalk
import StrToInt
import StringBuilder
import StringComparison
import StringDistance
import StringEdits
import StringEnum
import StringInterpolation
import StringMatch
import StringRemoveDupes
import StringRepeating
import StringReplaceSubrange
import StringSplitting
import StringSwitch
import StringTests
import StringWalk
import SubstringTest
import Suffix
import SuperChars
import TwoSum
import TypeFlood
import UTF8Decode
import UTF16Decode
import Walsh
import WordCount
import XorLoop
register(Ackermann.benchmarks)
register(AngryPhonebook.benchmarks)
register(AnyHashableWithAClass.benchmarks)
register(Array2D.benchmarks)
register(ArrayAppend.benchmarks)
register(ArrayInClass.benchmarks)
register(ArrayLiteral.benchmarks)
register(ArrayOfGenericPOD.benchmarks)
register(ArrayOfGenericRef.benchmarks)
register(ArrayOfPOD.benchmarks)
register(ArrayOfRef.benchmarks)
register(ArrayRemoveAll.benchmarks)
register(ArraySetElement.benchmarks)
register(ArraySubscript.benchmarks)
register(AsyncTree.benchmarks)
register(BinaryFloatingPointConversionFromBinaryInteger.benchmarks)
register(BinaryFloatingPointProperties.benchmarks)
register(BitCount.benchmarks)
register(Breadcrumbs.benchmarks)
register(BucketSort.benchmarks)
register(BufferFill.benchmarks)
register(BufferFind.benchmarks)
register(ByteSwap.benchmarks)
register(COWTree.benchmarks)
register(COWArrayGuaranteedParameterOverhead.benchmarks)
register(CString.benchmarks)
register(CSVParsing.benchmarks)
register(Calculator.benchmarks)
register(CaptureProp.benchmarks)
register(ChaCha.benchmarks)
register(ChainedFilterMap.benchmarks)
register(CharacterLiteralsLarge.benchmarks)
register(CharacterLiteralsSmall.benchmarks)
register(CharacterProperties.benchmarks)
register(CharacterRecognizer.benchmarks)
register(Chars.benchmarks)
register(CodableTest.benchmarks)
register(Combos.benchmarks)
register(CountAlgo.benchmarks)
register(ClassArrayGetter.benchmarks)
register(CreateObjects.benchmarks)
register(CxxSetToCollection.benchmarks)
register(CxxStringConversion.benchmarks)
register(CxxVectorSum.benchmarks)
register(DataBenchmarks.benchmarks)
register(DeadArray.benchmarks)
register(DevirtualizeProtocolComposition.benchmarks)
register(DictOfArraysToArrayOfDicts.benchmarks)
register(DictTest.benchmarks)
register(DictTest2.benchmarks)
register(DictTest3.benchmarks)
register(DictTest4.benchmarks)
register(DictTest4Legacy.benchmarks)
register(DictionaryBridge.benchmarks)
register(DictionaryBridgeToObjC.benchmarks)
register(DictionaryCompactMapValues.benchmarks)
register(DictionaryCopy.benchmarks)
register(DictionaryGroup.benchmarks)
register(DictionaryKeysContains.benchmarks)
register(DictionaryLiteralTest.benchmarks)
register(DictionaryOfAnyHashableStrings.benchmarks)
register(DictionaryRemove.benchmarks)
register(DictionarySubscriptDefault.benchmarks)
register(DictionarySwap.benchmarks)
#if canImport(_Differentiation)
register(Differentiation.benchmarks)
#endif
register(Diffing.benchmarks)
register(DiffingMyers.benchmarks)
register(DropFirst.benchmarks)
register(DropLast.benchmarks)
register(DropWhile.benchmarks)
register(ErrorHandling.benchmarks)
register(Exclusivity.benchmarks)
register(ExistentialPerformance.benchmarks)
register(Fibonacci.benchmarks)
register(FindStringNaive.benchmarks)
register(FlattenDistanceFromTo.benchmarks)
register(FlattenList.benchmarks)
register(FloatingPointConversion.benchmarks)
register(FloatingPointParsing.benchmarks)
register(FloatingPointPrinting.benchmarks)
register(Hanoi.benchmarks)
register(Hash.benchmarks)
register(Histogram.benchmarks)
register(HTTP2StateMachine.benchmarks)
register(IndexPathTest.benchmarks)
register(InsertCharacter.benchmarks)
register(IntegerParsing.benchmarks)
register(Integrate.benchmarks)
register(IterateData.benchmarks)
register(Join.benchmarks)
register(LazyFilter.benchmarks)
register(KeyPathPerformanceTests.benchmarks)
register(LinkedList.benchmarks)
register(LuhnAlgoEager.benchmarks)
register(LuhnAlgoLazy.benchmarks)
register(MapReduce.benchmarks)
register(Memset.benchmarks)
register(MirrorTest.benchmarks)
register(MonteCarloE.benchmarks)
register(MonteCarloPi.benchmarks)
register(NaiveRangeReplaceableCollectionConformance.benchmarks)
register(NSDictionaryCastToSwift.benchmarks)
register(NSErrorTest.benchmarks)
#if canImport(Darwin)
register(NSStringConversion.benchmarks)
#endif
register(NibbleSort.benchmarks)
register(NIOChannelPipeline.benchmarks)
register(NopDeinit.benchmarks)
register(ObjectAllocation.benchmarks)
#if canImport(Darwin)
register(ObjectiveCBridging.benchmarks)
register(ObjectiveCBridgingStubs.benchmarks)
#if !(SWIFT_PACKAGE || Xcode)
register(ObjectiveCNoBridgingStubs.benchmarks)
#endif
#endif
register(ObserverClosure.benchmarks)
register(ObserverForwarderStruct.benchmarks)
register(ObserverPartiallyAppliedMethod.benchmarks)
register(ObserverUnappliedMethod.benchmarks)
register(OpaqueConsumingUsers.benchmarks)
register(OpenClose.benchmarks)
register(Phonebook.benchmarks)
register(PointerArithmetics.benchmarks)
register(PolymorphicCalls.benchmarks)
register(PopFront.benchmarks)
register(PopFrontGeneric.benchmarks)
register(Prefix.benchmarks)
register(PrefixWhile.benchmarks)
register(Prims.benchmarks)
register(PrimsNonStrongRef.benchmarks)
register(PrimsSplit.benchmarks)
register(ProtocolConformance.benchmarks)
register(ProtocolDispatch.benchmarks)
register(ProtocolDispatch2.benchmarks)
register(QueueTest.benchmarks)
register(RC4.benchmarks)
register(RGBHistogram.benchmarks)
register(Radix2CooleyTukey.benchmarks)
register(RandomShuffle.benchmarks)
register(RandomTree.benchmarks)
register(RandomValues.benchmarks)
register(RangeAssignment.benchmarks)
register(RangeIteration.benchmarks)
register(RangeOverlaps.benchmarks)
register(RangeReplaceableCollectionPlusDefault.benchmarks)
// TODO: rdar://92120528
//register(ReadAccessor.benchmarks)
register(RecursiveOwnedParameter.benchmarks)
register(ReduceInto.benchmarks)
register(RemoveWhere.benchmarks)
register(ReversedCollections.benchmarks)
register(RomanNumbers.benchmarks)
register(SIMDRandomMask.benchmarks)
register(SIMDReduceInteger.benchmarks)
register(SequenceAlgos.benchmarks)
register(SetTests.benchmarks)
register(SevenBoom.benchmarks)
register(Sim2DArray.benchmarks)
//register(SimpleArraySpecialization.benchmarks)
register(SortArrayInClass.benchmarks)
register(SortIntPyramids.benchmarks)
register(SortLargeExistentials.benchmarks)
register(SortLettersInPlace.benchmarks)
register(SortStrings.benchmarks)
register(StackPromo.benchmarks)
register(StaticArray.benchmarks)
register(StrComplexWalk.benchmarks)
register(StrToInt.benchmarks)
register(StringBuilder.benchmarks)
register(StringComparison.benchmarks)
register(StringDistance.benchmarks)
register(StringEdits.benchmarks)
register(StringEnum.benchmarks)
register(StringInterpolation.benchmarks)
register(StringMatch.benchmarks)
register(StringRemoveDupes.benchmarks)
register(StringRepeating.benchmarks)
register(StringReplaceSubrange.benchmarks)
if #available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) {
register(StringSplitting.benchmarks)
}
register(StringSwitch.benchmarks)
register(StringTests.benchmarks)
register(StringWalk.benchmarks)
register(SubstringTest.benchmarks)
register(Suffix.benchmarks)
register(SuperChars.benchmarks)
register(TwoSum.benchmarks)
register(TypeFlood.benchmarks)
register(UTF8Decode.benchmarks)
register(UTF16Decode.benchmarks)
register(Walsh.benchmarks)
register(WordCount.benchmarks)
register(XorLoop.benchmarks)
main()
|