Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jabrena/101-jmh


https://github.com/jabrena/101-jmh

Last synced: 11 days ago
JSON representation

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/