Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichi/jmh-gradle-ide
JMH & Gradle & IDE(Eclipse or IDEA) project template
https://github.com/taichi/jmh-gradle-ide
Last synced: about 2 months ago
JSON representation
JMH & Gradle & IDE(Eclipse or IDEA) project template
- Host: GitHub
- URL: https://github.com/taichi/jmh-gradle-ide
- Owner: taichi
- License: apache-2.0
- Created: 2015-08-14T06:22:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T06:37:27.000Z (over 9 years ago)
- Last Synced: 2024-10-12T01:42:43.746Z (3 months ago)
- Language: Java
- Size: 168 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JMH & Gradle & IDE(Eclipse or IDEA) project template
this project is sample of [JMH](http://openjdk.java.net/projects/code-tools/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
* [melix/jmh-gradle-plugin](https://github.com/melix/jmh-gradle-plugin)
* [johnrengelman/shadow](https://github.com/johnrengelman/shadow)
* [tbroyer/gradle-apt-plugin](https://github.com/tbroyer/gradle-apt-plugin)# License
Apache License, Version 2.0