fix: flush stdout after each benchmark trial dot in run_benchmark_language

This commit is contained in:
Bob Nystrom
2015-03-30 14:39:21 +00:00
parent abe7a8d4b6
commit 26a466b8a1
+1
View File
@@ -167,6 +167,7 @@ def run_benchmark_language(benchmark, language, benchmark_result):
times = []
for i in range(0, NUM_TRIALS):
sys.stdout.flush()
time = run_trial(benchmark, language)
if not time:
return