This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user