Closed
Description
They take about 80 s on my laptop. Before this test, the entire suite ran in under a second.
Can the sorting tests be reduced such that they run fast--ideally under a second? I see some parameters that seem relevant:
integer(int32), parameter :: test_size = 2_int32**20
integer(int32), parameter :: char_size = 26**4
integer(int32), parameter :: string_size = 26**3
integer(int32), parameter :: block_size = test_size/6
integer, parameter :: repeat = 8
Can these parameters be tuned down so that the tests are short yet remain meaningful? @wclodius2 @jvdp1
Metadata
Metadata
Assignees
Labels
No labels