Skip to content

Commit

Permalink
Revert short benchmark and amend compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
aggelgian committed Jan 12, 2015
1 parent 15522eb commit b7b263c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bench.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b7b263c

Please sign in to comment.