mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-12-01 19:35:08 +03:00
13 lines
91 B
Elm
13 lines
91 B
Elm
module Suite exposing (suite)
|
|
|
|
{-| -}
|
|
|
|
|
|
import Benchmarks
|
|
|
|
|
|
suite =
|
|
Benchmarks.suite
|
|
|
|
|