Skip to content

Instantly share code, notes, and snippets.

@LIttleAncientForestKami
Created November 19, 2015 00:34
Show Gist options
  • Save LIttleAncientForestKami/21d1f96fd6c2d0e2d8a6 to your computer and use it in GitHub Desktop.
Save LIttleAncientForestKami/21d1f96fd6c2d0e2d8a6 to your computer and use it in GitHub Desktop.
JMH set up with Maven
mvn archetype:generate \
-DinteractiveMode=false \
-DarchetypeGroupId=org.openjdk.jmh \
-DarchetypeArtifactId=jmh-java-benchmark-archetype \
-DgroupId=org.sample \
-DartifactId=test \
-Dversion=1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment