about summary refs log tree commit diff
path: root/users/aspen/xanthous/bench/Bench.hs
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/xanthous/bench/Bench.hs')
-rw-r--r--users/aspen/xanthous/bench/Bench.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/users/aspen/xanthous/bench/Bench.hs b/users/aspen/xanthous/bench/Bench.hs
new file mode 100644
index 0000000000..5889618ee4
--- /dev/null
+++ b/users/aspen/xanthous/bench/Bench.hs
@@ -0,0 +1,12 @@
+--------------------------------------------------------------------------------
+module Main where
+--------------------------------------------------------------------------------
+import Bench.Prelude
+--------------------------------------------------------------------------------
+import qualified Xanthous.RandomBench
+import qualified Xanthous.Generators.UtilBench
+
+main :: IO ()
+main = defaultMain
+  [ Xanthous.Generators.UtilBench.benchmark
+  ]