Skip to content

Fix benchmark for generate script #8408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ set(SWIFT_BENCH_MODULES
single-source/Chars
single-source/ClassArrayGetter
single-source/DeadArray
single-source/DictTest
single-source/DictTest2
single-source/DictTest3
single-source/DictionaryBridge
single-source/DictionaryLiteral
single-source/DictionaryRemove
single-source/DictionarySwap
single-source/DictTest
single-source/DictTest2
single-source/DictTest3
single-source/DropLast
single-source/ErrorHandling
single-source/ExistentialPerformance
Expand All @@ -62,10 +62,10 @@ set(SWIFT_BENCH_MODULES
single-source/Memset
single-source/MonteCarloE
single-source/MonteCarloPi
single-source/NopDeinit
single-source/NSDictionaryCastToSwift
single-source/NSError
single-source/NSStringConversion
single-source/NopDeinit
single-source/ObjectAllocation
single-source/ObjectiveCBridging
single-source/ObjectiveCBridgingStubs
Expand All @@ -82,11 +82,11 @@ set(SWIFT_BENCH_MODULES
single-source/Prims
single-source/ProtocolDispatch
single-source/ProtocolDispatch2
single-source/RangeAssignment
single-source/RC4
single-source/RGBHistogram
single-source/RangeAssignment
single-source/RecursiveOwnedParameter
single-source/ReversedCollections
single-source/RGBHistogram
single-source/SetTests
single-source/SevenBoom
single-source/Sim2DArray
Expand All @@ -95,13 +95,13 @@ set(SWIFT_BENCH_MODULES
single-source/StackPromo
single-source/StaticArray
single-source/StrComplexWalk
single-source/StrToInt
single-source/StringBuilder
single-source/StringEdits
single-source/StringInterpolation
single-source/StringMatch
single-source/StringTests
single-source/StringWalk
single-source/StrToInt
single-source/Suffix
single-source/SuperChars
single-source/TwoSum
Expand Down
Loading