Skip to content

taichi/jmh-gradle-ide

Repository files navigation

JMH & Gradle & IDE(Eclipse or IDEA) project template

this project is sample of JMH gradle plugin & IDEs.

this sample contains undocumented tricks.

Setup IDE files

gradlew eclipse
gradlew idea

Run Benchmark

with Gradle

gradlew jmh

without Gradle

gradlew jmhjar
java -jar build/libs/jmh-gradle-ide-jmh.jar

on Eclipse

select HelloBenchmark and Run As > Java Application

Depends on

License

Apache License, Version 2.0

About

JMH & Gradle & IDE(Eclipse or IDEA) project template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages