I made 5 stress tests, for the bead, bubble, insertion, quick, and the slow sort. The tests run on 100, on 1000, and on 10000 long arrays, the arrays can be shuffled, increased, or decreased. At the end, the test prints the measured length of the execution time.
Issues:
The measurement of the tests is not stable, we have to find a better solution.
I made 5 stress tests, for the bead, bubble, insertion, quick, and the slow sort. The tests run on 100, on 1000, and on 10000 long arrays, the arrays can be shuffled, increased, or decreased. At the end, the test prints the measured length of the execution time.
Issues: