Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabrena/101-jmh
https://github.com/jabrena/101-jmh
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabrena/101-jmh
- Owner: jabrena
- License: apache-2.0
- Created: 2020-05-28T10:40:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T12:56:17.000Z (8 months ago)
- Last Synced: 2024-10-11T03:14:45.141Z (about 1 month ago)
- Language: Java
- Homepage: https://jabrena.github.io/101-jmh/
- Size: 142 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 101-jmh
A simple example to review JMH
## What is JMH?
JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks
written in Java and other languages targetting the JVM.## How to build?
```bash
sdk env install
./mvnw clean verify# Other commands
./mvnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates
```## References
- https://openjdk.java.net/projects/code-tools/jmh/
- https://jmh.morethan.io/