https://github.com/jponge/rebls21-paper-benchmarks
https://github.com/jponge/rebls21-paper-benchmarks
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jponge/rebls21-paper-benchmarks
- Owner: jponge
- License: apache-2.0
- Created: 2021-08-09T10:26:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T09:58:52.000Z (over 4 years ago)
- Last Synced: 2024-10-20T22:24:42.767Z (over 1 year ago)
- Language: Java
- Size: 1.21 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instructions
First build the project with Apache Maven:
mvn package
The file `target/benchmarks.jar` is a self-contained executable Jar for running JMH benchmarks.
To get help:
java -jar target/benchmarks.jar -h
To list all benchmarks:
java -jar target/benchmarks.jar -l
To run a specific benchmark, use a command such as:
java -jar target/benchmarks.jar -f 3 -wi 100 -i 20 '.*TextProcessing.*'