benchmark stanza

This commit is contained in:
Samuel Gélineau 2019-02-21 19:34:06 -05:00
parent 76ea6b7ee6
commit ed14b73111

View File

@ -49,3 +49,15 @@ tests:
- -with-rtsopts=-N
dependencies:
- too-fast-too-free
benchmarks:
too-fast-too-free-bench:
source-dirs: bench
main: countDown.hs
ghc-options: -O2
dependencies:
- criterion
- free
- freer-simple
- mtl
- too-fast-too-free