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