From 56186d69fe8712c897ea5dd686c6ed0e9a44214d Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Sat, 23 Sep 2023 11:38:49 +0530 Subject: [PATCH] print tests count --- scripts/tat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tat.py b/scripts/tat.py index 5e54770..c366473 100644 --- a/scripts/tat.py +++ b/scripts/tat.py @@ -41,5 +41,6 @@ if __name__ == "__main__": total_count = total_count + 1 print(combined_data['_id'], combined_data["createdAt"], combined_data["testTime"], delta) + print("tests count", total_count) print("TAT:", total_deta / total_count) firebase_admin.delete_app(firebase_admin.get_app())