Skip to content

Commit 7a9e27f

Browse files
committed
removed print
1 parent 2f0cea7 commit 7a9e27f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydatastructs/trees/tests/benchmarks/test_binary_trees.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ def f(backend):
2929
backend_dict = {"backend": Backend.CPP}
3030
timer_cpp = timeit.Timer(functools.partial(f, **backend_dict))
3131
cpp_backend = min(timer_cpp.repeat(repeat, number))
32-
print("Python time: ", python_backend)
33-
print("C++ time: ", cpp_backend)
3432
assert cpp_backend < python_backend

0 commit comments

Comments
 (0)