Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

e2e

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Benchmarks

All benchmarks classes must end with Benchmark and extend BenchmarkLauncher.

mvn clean test -Pbench

CSV results will be written to target directory with the name of the class (e.g. ReaderBenchmark.csv)

Tests

Run e2e tests with

mvn clean test -Pe2e