From b7b263c5e07689964ef6237d399d39f83f6178c8 Mon Sep 17 00:00:00 2001 From: Aggelos Giantsios Date: Mon, 12 Jan 2015 20:36:52 +0200 Subject: [PATCH] Revert short benchmark and amend compile options --- Bench.hs | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bench.hs b/Bench.hs index dbcbfb4..8f97a58 100644 --- a/Bench.hs +++ b/Bench.hs @@ -77,7 +77,7 @@ select_dist_bench "False" = dist False select_dist_bench _ = error "Invalid IWP Flag" bench_args :: String -> (Vertex -> GenClos, Int) -bench_args "short" = (gg13, 10000) +bench_args "short" = (gg13, 15000) bench_args "intermediate" = (gg124, 40000) bench_args "long" = (gg1245, 60000) bench_args _ = error "Invalid Version" diff --git a/Makefile b/Makefile index 6f4161f..e26b251 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: FORCE clean distclean -COMPILE_OPTS = -Wall -rtsopts -O2 -threaded +COMPILE_OPTS = -Wall -rtsopts -O2 -threaded -feager-blackholing orbit: FORCE ghc $(COMPILE_OPTS) --make Bench.hs -main-is Bench -o orbit