Skip to content

Commit d2d3279

Browse files
committed
use -qg because otherwise the parallel GC slows down things more than concurrency ads
1 parent 267199b commit d2d3279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/clash-benchmark.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
executable clash-benchmark-normalization
3030
main-is: benchmark-normalization.hs
3131
default-language: Haskell2010
32-
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
32+
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N -qg"
3333
build-depends: base,
3434
concurrent-supply,
3535
containers,
@@ -48,7 +48,7 @@ executable clash-benchmark-normalization
4848
executable clash-benchmark-concurrency
4949
main-is: benchmark-concurrency.hs
5050
default-language: Haskell2010
51-
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
51+
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N -qg"
5252
build-depends: base,
5353
criterion,
5454
time,

0 commit comments

Comments
 (0)