mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-29 12:46:32 +03:00
10 lines
104 B
Elm
10 lines
104 B
Elm
module Suite exposing (suite)
|
|
|
|
{-| -}
|
|
|
|
import ModifiedBenchmarks
|
|
|
|
|
|
suite =
|
|
ModifiedBenchmarks.suite
|