|
@@ -9,8 +9,7 @@ def start(args):
|
|
|
subprocess.check_call("cabal install --only-dependencies", shell=True, cwd="snap/bench")
|
|
|
subprocess.check_call("cabal build", shell=True, cwd="snap/bench")
|
|
|
|
|
|
- t = str(args.max_threads)
|
|
|
- subprocess.Popen("dist/build/snap-bench/snap-bench +RTS -A" + t + "M -N" + t + " > /dev/null", shell=True, cwd="snap/bench")
|
|
|
+ subprocess.Popen("dist/build/snap-bench/snap-bench +RTS -A4M -N -qg2 -I0 -G2 > /dev/null", shell=True, cwd="snap/bench")
|
|
|
return 0
|
|
|
|
|
|
def stop():
|