]> Git — Sourcephile - majurity.git/blob - judgmentphile-protocol/benchmarks/Main.hs
Rename {hjugement => judgmentphile}
[majurity.git] / judgmentphile-protocol / benchmarks / Main.hs
1 module Main where
2
3 import Criterion.Main
4 import qualified Election
5 import Utils
6
7 main :: IO ()
8 main =
9 defaultMain $ join
10 [ Election.benchmarks
11 ]