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

https://github.com/mfussenegger/java-benchopedia


https://github.com/mfussenegger/java-benchopedia

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

This repository contains various JDK related benchmarks.
We should be able to do better than to distinguish by "fast" and "slow".

Creating benchmarks is difficult, if you spot a flaw in a benchmark please point them out.

## Usage

- Set the `JAVA_HOME` environment variable to Java 17
- `./gradlew run`

Or:

- `./gradlew build`
- `java -jar app/build/libs/app.jar`