Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 287 Bytes

Arrow JMH benchmark

This is a JMH benchmark. To execute it, you have to run

mvn clean install
java -jar target/benchmarks.jar ".*"

The benchmark have some configuration parameters. You can know more about them by running:

java -jar target/benchmarks.jar -h