Skip to content

Repository to store Java exercises for language practice

Notifications You must be signed in to change notification settings

jeiroa/java-exercises

Repository files navigation

java-exercises

Repository to store Java exercises for language practice

JMH

To execute JMH microbenchmarks execute the following command in the root exercise folder (e.g. factorial):

  1. mvn clean package to compile and build the latest version of the tests
  2. java -jar target/benchmarks.jar to run the tests

About

Repository to store Java exercises for language practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages