[commit: packages/containers] zip-devel: Update benchmark running script to new Criterion options. (83f32bc)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:35:36 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branch  : zip-devel
Link       : http://git.haskell.org/packages/containers.git/commitdiff/83f32bcf58a43dfec32a4151d2f677635da7e5cd

>---------------------------------------------------------------

commit 83f32bcf58a43dfec32a4151d2f677635da7e5cd
Author: Milan Straka <fox at ucw.cz>
Date:   Sun Dec 7 14:57:04 2014 +0100

    Update benchmark running script to new Criterion options.


>---------------------------------------------------------------

83f32bcf58a43dfec32a4151d2f677635da7e5cd
 benchmarks/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 1539a2a..ff45493 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -4,7 +4,7 @@ bench-%: %.hs force
 	ghc -O2 -DTESTING $< -i../$(TOP) -o $@ -outputdir tmp -rtsopts
 
 bench-%.csv: bench-%
-	./bench-$* $(BENCHMARK) -v -u bench-$*.csv
+	./bench-$* $(BENCHMARK) -v 2 --csv bench-$*.csv
 
 .PHONY: force clean veryclean
 force:



More information about the ghc-commits mailing list