tvl-depot/users/glittershark/xanthous/bench/Bench.hs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
449 B
Haskell
Raw Normal View History

--------------------------------------------------------------------------------
module Main where
--------------------------------------------------------------------------------
import Bench.Prelude
--------------------------------------------------------------------------------
import qualified Xanthous.RandomBench
import qualified Xanthous.Generators.UtilBench
main :: IO ()
main = defaultMain
[ Xanthous.Generators.UtilBench.benchmark
]