Commit b7b263c5 authored by Aggelos Giantsios's avatar Aggelos Giantsios

Revert short benchmark and amend compile options

parent 15522eb5
......@@ -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"
......
.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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment