Commit 990cb043 authored by Aggelos Giantsios's avatar Aggelos Giantsios

Amend benchmarks (make them easier)

parent 38242b10
......@@ -77,9 +77,9 @@ select_dist_bench "False" = dist False
select_dist_bench _ = error "Invalid IWP Flag"
bench_args :: String -> (Vertex -> GenClos, Int)
bench_args "short" = (gg13, 15000)
bench_args "intermediate" = (gg124, 50000)
bench_args "long" = (gg1245, 75000)
bench_args "short" = (gg13, 10000)
bench_args "intermediate" = (gg124, 40000)
bench_args "long" = (gg1245, 60000)
bench_args _ = error "Invalid Version"
main :: IO ()
......
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