From 44b7f792fead6a3fa61dcb75a9a4d3c7ecdc90b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Sun, 16 Jun 2019 22:45:04 +0200 Subject: [PATCH] fix benchmarks prints --- benchmarks/test_basic_doc_ops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/test_basic_doc_ops.py b/benchmarks/test_basic_doc_ops.py index e840f97a..c74594fe 100644 --- a/benchmarks/test_basic_doc_ops.py +++ b/benchmarks/test_basic_doc_ops.py @@ -135,7 +135,6 @@ def test_big_doc(): % (timeit(create_and_delete_company, 10) * 10 ** 3) ) - if __name__ == "__main__": test_basic() print("-" * 100)