Skip to content

[WIP][benchmark] Flatten - Extended test family #20552

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

Closed
Closed
4 changes: 2 additions & 2 deletions benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ set(SWIFT_BENCH_MODULES
single-source/Exclusivity
single-source/ExistentialPerformance
single-source/Fibonacci
single-source/FlattenList
single-source/Flatten
single-source/FloatingPointParsing
single-source/FloatingPointPrinting
single-source/Hanoi
single-source/Hash
single-source/Histogram
single-source/InsertCharacter
single-source/InsertCharacter
single-source/IntegerParsing
single-source/Integrate
single-source/IterateData
Expand Down
Loading