Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fca6e9d

Browse files
committedJun 8, 2023
test: Remove doctest from benchmark function
1 parent 3b16704 commit fca6e9d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎matrix/count_negative_numbers_in_sorted_matrix.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,7 @@ def generate_large_matrix() -> list[list[int]]:
139139

140140

141141
def benchmark() -> None:
142-
"""Benchmark our functions next to each other
143-
144-
>>> benchmark()
145-
"""
142+
"""Benchmark our functions next to each other"""
146143
from timeit import timeit
147144

148145
print("Running benchmarks")

0 commit comments

Comments
 (0)
Please sign in to comment.