Update run_all.py
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-10 17:50:02 +01:00
parent 06244116b8
commit 228ee1df5a

View File

@@ -24,4 +24,4 @@ for dir in [x for x in sorted(listdir('.')) if isdir(x)]:
total_run_time += run_time total_run_time += run_time
print(f'Runtime: {run_time:.2f} s') print(f'Runtime: {run_time:.2f} s')
print('--------------------------------') print('--------------------------------')
print(f'Runtime: {total_run_time:.2f} s') print(f'Total runtime: {total_run_time:.2f} s')