fix benchmarks prints

This commit is contained in:
Bastien Gérard 2019-06-16 22:45:04 +02:00
parent a3e432eb68
commit 44b7f792fe

View File

@ -135,7 +135,6 @@ def test_big_doc():
% (timeit(create_and_delete_company, 10) * 10 ** 3) % (timeit(create_and_delete_company, 10) * 10 ** 3)
) )
if __name__ == "__main__": if __name__ == "__main__":
test_basic() test_basic()
print("-" * 100) print("-" * 100)