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())