We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9377c6b commit 710a2deCopy full SHA for 710a2de
pydatastructs/linear_data_structures/tests/benchmarks/test_algorithms.py
@@ -55,12 +55,12 @@ def test_insertion_sort():
55
56
@pytest.mark.xfail
57
def test_brick_sort():
58
- _test_common_sort(brick_sort, size=2000)
+ _test_common_sort(brick_sort, size=500)
59
60
61
62
def test_brick_sort_parallel():
63
- _test_common_sort(brick_sort_parallel, size=2000, num_threads=4)
+ _test_common_sort(brick_sort_parallel, size=500, num_threads=4)
64
65
66
0 commit comments