Skip to content

Commit

Permalink
much more favorable, makes sensible benchmarks (#2134)
Browse files Browse the repository at this point in the history
clashi larger allocation area
  • Loading branch information
vmchale authored Mar 24, 2022
1 parent a85df82 commit 690fbea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions benchmark/clash-benchmark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
executable clash-benchmark-normalization
main-is: benchmark-normalization.hs
default-language: Haskell2010
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N -A128m"
build-depends: base,
concurrent-supply,
containers,
Expand All @@ -48,7 +48,7 @@ executable clash-benchmark-normalization
executable clash-benchmark-concurrency
main-is: benchmark-concurrency.hs
default-language: Haskell2010
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
ghc-options: -O2 -Wall -Wcompat -threaded -rtsopts "-with-rtsopts=-N -A128m"
build-depends: base,
criterion,
time,
Expand Down
4 changes: 2 additions & 2 deletions clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ flag use-ghc-paths
executable clash
Main-Is: src-ghc/Batch.hs
Build-Depends: base, clash-ghc
GHC-Options: -Wall -Wcompat -threaded -rtsopts
GHC-Options: -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-A128m
if flag(dynamic)
GHC-Options: -dynamic
extra-libraries: pthread
Expand All @@ -77,7 +77,7 @@ executable clash
executable clashi
Main-Is: src-ghc/Interactive.hs
Build-Depends: base, clash-ghc
GHC-Options: -Wall -Wcompat
GHC-Options: -Wall -Wcompat -rtsopts -with-rtsopts=-A128m
if flag(dynamic)
GHC-Options: -dynamic
extra-libraries: pthread
Expand Down

0 comments on commit 690fbea

Please sign in to comment.