mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-12-12 02:13:15 +03:00
Merge pull request #4 from gelisam/fast-benchmark
fairer benchmark with -O2 for everyone
This commit is contained in:
commit
7a4049bd6e
@ -26,6 +26,7 @@ dependencies:
|
||||
- mmorph
|
||||
|
||||
library:
|
||||
ghc-options: -O2
|
||||
source-dirs: src
|
||||
|
||||
executables:
|
||||
@ -54,7 +55,6 @@ benchmarks:
|
||||
too-fast-too-free-bench:
|
||||
source-dirs: bench
|
||||
main: countDown.hs
|
||||
ghc-options: -O2
|
||||
dependencies:
|
||||
- criterion
|
||||
- free
|
||||
|
Loading…
Reference in New Issue
Block a user