aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-31 13:17:57 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-31 13:17:57 -0700
commit171bfd3d652479dab18df4062e24fc7237005859 (patch)
treeab78b93861d851885890d2ea6fbdd342276cbe5f /Makefile
parent64eb59a7a07975cde98cf648ed4746d1a9ccab93 (diff)
downloadpandoc-171bfd3d652479dab18df4062e24fc7237005859.tar.gz
Makefile: use --nonmoving-gc RTS option when running benchmarks.
As recommended by tasty maintainers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 759bc7dca..7f36d16e7 100644
--- a/Makefile
+++ b/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)'