Repository to store Java exercises for language practice
To execute JMH microbenchmarks execute the following command in the root exercise folder (e.g. factorial):
mvn clean package
to compile and build the latest version of the testsjava -jar target/benchmarks.jar
to run the tests