https://github.com/goodforgod/java-jmh-template
📜 Java JMH Template
https://github.com/goodforgod/java-jmh-template
Last synced: about 1 year ago
JSON representation
📜 Java JMH Template
- Host: GitHub
- URL: https://github.com/goodforgod/java-jmh-template
- Owner: GoodforGod
- License: apache-2.0
- Created: 2022-02-22T05:04:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T05:12:51.000Z (over 4 years ago)
- Last Synced: 2025-03-30T07:01:48.714Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Template
Template for Java [JVM](https://github.com/openjdk/jmh) benchmark.
## Features
- Gradle, build, wrapper, properties configured.
- [Code Style](https://goodforgod.dev/posts/3/), formatting , .gitignore configured.
## Run
```shell
./gradlew run
```
## Code Style
Code Style is provided and configured with Spotless, you can read more about [Code Style here](https://goodforgod.dev/posts/3/)
Check Code Style:
```shell
./gradlew spotlessCheck
```
Apply Code Style:
```shell
./gradlew spotlessApply
```