pekko/akka-bench-jmh
kerr e9fb3a020a Make use of scalafix to remove unused import. (#26019)
* =build Add scalafix to remote unused import.

* +build Add file ignore plugin for scalafix which support ignore files.
2018-12-05 08:30:21 +00:00
..
src/main/scala/akka Make use of scalafix to remove unused import. (#26019) 2018-12-05 08:30:21 +00:00
README.md Document how to run JMH benchmarks (#23262) 2017-07-03 07:05:50 -07:00

Akka Microbenchmarks

This subproject contains some microbenchmarks excercising key parts of Akka.

You can run them like:

project akka-bench-jmh jmh:run -i 3 -wi 3 -f 1 .*ActorCreationBenchmark

Use 'jmh:run -h' to get an overview of the availabe options.