Created
November 19, 2015 00:34
-
-
Save LIttleAncientForestKami/21d1f96fd6c2d0e2d8a6 to your computer and use it in GitHub Desktop.
JMH set up with Maven
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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