We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0cea7 commit 7a9e27fCopy full SHA for 7a9e27f
pydatastructs/trees/tests/benchmarks/test_binary_trees.py
@@ -29,6 +29,4 @@ def f(backend):
29
backend_dict = {"backend": Backend.CPP}
30
timer_cpp = timeit.Timer(functools.partial(f, **backend_dict))
31
cpp_backend = min(timer_cpp.repeat(repeat, number))
32
- print("Python time: ", python_backend)
33
- print("C++ time: ", cpp_backend)
34
assert cpp_backend < python_backend
0 commit comments