Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 408 Bytes

FEEL-Scala JMH-Benchmark

This project contains JMH benchmarks for the FEEL-Scala project.

Usage

  1. Build the benchmark
mvn clean verify
  1. Run the benchmark
java -jar target/benchmarks.jar

With JSON output format and result file:

java -jar target/benchmarks.jar -rf json -o benchmark-results.txt