pekko/akka-bench-jmh
Kazuhiro Sera 482eaea122 Fix several minor typos detected by github.com/client9/misspell (#25448)
* Fix several minor typos detected by github.com/client9/misspell

* Revert s/erminater/erminator/ in /ActorSystemSpec
2018-08-21 11:02:37 +09:00
..
src/main/scala/akka Fix several minor typos detected by github.com/client9/misspell (#25448) 2018-08-21 11:02:37 +09: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.