mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +03:00
9 lines
84 B
Elm
9 lines
84 B
Elm
module Suite exposing (suite)
|
|
|
|
{-| -}
|
|
|
|
import Benchmarks
|
|
|
|
suite = Benchmarks.suite
|
|
|