This projects provides simple means to test the running time of an algorithm. All you need to do is to put the code you want ot test into a Runnable and give it to the measure function of the RuntimeTester class.
The function measure has overloed versions. You can also test Consumer like of Function like functions.
By the measureEach function, you can also get every test results instead of ana overall average.