Skip to content

This projects provides simple means to test the running time of an algorithm.

License

Notifications You must be signed in to change notification settings

acdirican/runtime-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

runtime-tester

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.

About

This projects provides simple means to test the running time of an algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages