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

https://github.com/shtratos/java-benchmarks

Various Java benchmarks
https://github.com/shtratos/java-benchmarks

Last synced: 9 months ago
JSON representation

Various Java benchmarks

Awesome Lists containing this project

README

          

## Java benchmarks

Various Java benchmarks using [JMH](http://openjdk.java.net/projects/code-tools/jmh/)

### Usage

Ensure you have Java 8 SDK and Maven installed.

```
mvn clean install
java -jar target/benchmarks.jar
```

Alternatively, you can use this [Intellij IDEA plugin](https://github.com/artyushov/idea-jmh-plugin)
or run `main` method in particular benchmark class.