https://github.com/mfussenegger/java-benchopedia
https://github.com/mfussenegger/java-benchopedia
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfussenegger/java-benchopedia
- Owner: mfussenegger
- Created: 2021-05-07T13:08:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T16:16:57.000Z (almost 4 years ago)
- Last Synced: 2024-12-24T23:09:36.685Z (10 months ago)
- Language: Java
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`