Skip to content

Latest commit

 

History

History

benchmarks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Benchmarks

Benchmarks are implemented using JMH and run with sbt-jmh plugin.

To execute set of benchmarks from one class type following in sbt terminal:

benchmarks/jmh:run .*YourClassWithBenchmarks

Please consult JMH and sbt-jmh plugin websites for more details about creating and running benchmarks.