BME-MIT-IET / iet-hf-2022-do-the-thing

iet-hf-2022-do-the-thing created by GitHub Classroom
GNU General Public License v3.0
2 stars 0 forks source link

4 performance tests #24

Closed BEMiklos closed 2 years ago

BEMiklos commented 2 years ago

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:

  1. The measurement of the tests is not stable, we have to find a better solution.
  2. The results could be more readable.