13 lines
449 B
Haskell
13 lines
449 B
Haskell
|
--------------------------------------------------------------------------------
|
||
|
module Main where
|
||
|
--------------------------------------------------------------------------------
|
||
|
import Bench.Prelude
|
||
|
--------------------------------------------------------------------------------
|
||
|
import qualified Xanthous.RandomBench
|
||
|
import qualified Xanthous.Generators.UtilBench
|
||
|
|
||
|
main :: IO ()
|
||
|
main = defaultMain
|
||
|
[ Xanthous.Generators.UtilBench.benchmark
|
||
|
]
|