pekko/akka-bench-jmh
kerr bdc90052aa Update headers from 2018 to 2019 once for all. (#26165)
* Add CopyrightHeader support for sbt-boilerplate plugin.
* Add CopyrightHeader support for `*.proto` files.
* Add regex match for both `–` and `-` for CopyrightHeader.
* Add CopyrightHeader support for sbt build files.
* Update copyright from 2018 to 2019.
2019-01-02 11:55:26 +01:00
..
src/main/scala/akka Update headers from 2018 to 2019 once for all. (#26165) 2019-01-02 11:55:26 +01:00
README.md Dns discovery custom resolver (#25937) 2018-12-05 14:01:24 +01: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 available options.