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
- Host: GitHub
- URL: https://github.com/shtratos/java-benchmarks
- Owner: shtratos
- License: mit
- Created: 2016-02-16T22:49:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T15:39:59.000Z (over 7 years ago)
- Last Synced: 2025-01-30T21:27:10.577Z (11 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.