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.