diff --git a/run_all.py b/run_all.py index 185c400..4a5053e 100755 --- a/run_all.py +++ b/run_all.py @@ -24,4 +24,4 @@ for dir in [x for x in sorted(listdir('.')) if isdir(x)]: total_run_time += run_time print(f'Runtime: {run_time:.2f} s') print('--------------------------------') -print(f'Runtime: {total_run_time:.2f} s') +print(f'Total runtime: {total_run_time:.2f} s')