Skip to content

Commit 5f9af63

Browse files
committed
update benchmarks Makefile
1 parent 924fafe commit 5f9af63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

benchmarks/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
all:
22

33
bench-%: %.hs force
4-
ghc -O2 -DTESTING $< -i../$(TOP) -o $@ -outputdir tmp -rtsopts
4+
ghc -O2 -DTESTING $< -I../include -i../$(TOP) -o $@ -outputdir tmp -rtsopts
5+
6+
.PRECIOUS: bench-%
57

68
bench-%.csv: bench-%
7-
./bench-$* $(BENCHMARK) -v -u bench-$*.csv
9+
./bench-$* "$(BENCHMARK)" -v1 --csv bench-$*.csv
810

911
.PHONY: force clean veryclean
1012
force:

0 commit comments

Comments
 (0)