Makefile: use --nonmoving-gc RTS option when running benchmarks.
As recommended by tasty maintainers.
This commit is contained in:
parent
64eb59a7a0
commit
171bfd3d65
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ REVISION?=1
|
|||
# For gauge:
|
||||
# BENCHARGS?=--small --ci=0.90 --match=pattern $(PATTERN)
|
||||
# For tasty-bench:
|
||||
BENCHARGS?=--csv bench_$(TIMESTAMP).csv $(BASELINECMD) --timeout=6 +RTS -T -RTS $(if $(PATTERN),--pattern "$(PATTERN)",)
|
||||
BENCHARGS?=--csv bench_$(TIMESTAMP).csv $(BASELINECMD) --timeout=6 +RTS -T --nonmoving-gc -RTS $(if $(PATTERN),--pattern "$(PATTERN)",)
|
||||
|
||||
quick:
|
||||
stack install --ghc-options='$(GHCOPTS)' --system-ghc --flag 'pandoc:embed_data_files' --fast --test --test-arguments='-j4 --hide-successes --ansi-tricks=false $(TESTARGS)'
|
||||
|
|
Loading…
Add table
Reference in a new issue