Commit 945aa932 authored by Aggelos Giantsios's avatar Aggelos Giantsios

Explicitly flush statistics to file after every execution

parent e508da96
......@@ -45,5 +45,6 @@ for iwp in [False, True]:
t = run_dist(master, slvs, vsn, n, iwp)
ts.append(t)
print ("%s" % ts, file=f)
f.flush()
f.close()
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