A shellscript to test the performance of push_swap project
This is the shell script that I wrote to test my push_swap project performance. I also use it to test other people's projects that I review. The script will output:
- avg = average performance
- best = performance from the best case
- worst = performance from the worst case
- exceed = number of cases that exceed the performance threshold