Skip to content

Instantly share code, notes, and snippets.

@andrebrait
Last active March 6, 2022 18:10
Show Gist options
  • Save andrebrait/a25b6257d8de76827c51cf701daae73c to your computer and use it in GitHub Desktop.
Save andrebrait/a25b6257d8de76827c51cf701daae73c to your computer and use it in GitHub Desktop.
mvn archetype:generate \
-DinteractiveMode=false \
-DarchetypeGroupId=org.openjdk.jmh \
-DarchetypeArtifactId=jmh-java-benchmark-archetype \
-DgroupId=com.avenuecode.snippet \
-DartifactId=first-benchmark \
-Dversion=1.0 \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment