blob: 5889618ee432e012d2544383e8a376386a3065d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--------------------------------------------------------------------------------
module Main where
--------------------------------------------------------------------------------
import Bench.Prelude
--------------------------------------------------------------------------------
import qualified Xanthous.RandomBench
import qualified Xanthous.Generators.UtilBench
main :: IO ()
main = defaultMain
[ Xanthous.Generators.UtilBench.benchmark
]
|