Skip to content

jponge/rebls21-paper-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.*'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published