From 228ee1df5a700e8bf41f9d7a902dbe0453fee306 Mon Sep 17 00:00:00 2001 From: Pascal Lais Date: Fri, 10 Dec 2021 17:50:02 +0100 Subject: [PATCH] Update run_all.py --- run_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')