]> Git — Sourcephile - majurity.git/blob - hjugement-protocol/benchmarks/Main.hs
protocol: add benchmarks
[majurity.git] / hjugement-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 ]