We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267199b commit d2d3279Copy full SHA for d2d3279
benchmark/clash-benchmark.cabal
@@ -29,7 +29,7 @@ library
29
executable clash-benchmark-normalization
30
main-is: benchmark-normalization.hs
31
default-language: Haskell2010
32
- ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N -qg"
33
build-depends: base,
34
concurrent-supply,
35
containers,
@@ -48,7 +48,7 @@ executable clash-benchmark-normalization
48
executable clash-benchmark-concurrency
49
main-is: benchmark-concurrency.hs
50
51
52
53
criterion,
54
time,
0 commit comments