Comment back in any output logs you'd like to see. Run java SortDriver to run some basic tests. Run java SortDriver arg to run more in-depth tests on unsorted and already sorted arrays of 10, 100, and ...
Asymptotic complexity provides a lot of information about the behavior of an algorithm, however, algorithms with the same complexity may perform very differently when it comes to physical hardware.