You can build and run the benchmarks in this repository with either Maven or Gradle, Java 11 or later is required:
First, produce the benchmarks jar file, then run the required benchmark(s):
./gradlew build
java -jar build/libs/benchmarks.jar <benchmark-name-regexp>
You do not need to have Gradle installed on your system (it uses the gradlew
wrapper script).
As a pre-requisite, you (obviously) must have Apache Maven installed.
Then run:
mvn package
(or 'mvn install
')java -jar buildMaven/benchmarks.jar <benchmark-name-regexp>
You can view some results at https://css4j.github.io/benchmarks.html