pekko/akka-bench-jmh-typed
Johan Andrén a8291f323f Typed only on Scala 2.12
* Typed modules not compiled on 2.11
* Dependent modules also not on 2.11:
  * docs
  * akka-bench-jmh split into a separate one for typed

Still doesn't work because something with sbt
2019-02-21 15:47:09 +01:00
..
src/main/scala/akka Typed only on Scala 2.12 2019-02-21 15:47:09 +01:00
README.md Typed only on Scala 2.12 2019-02-21 15:47:09 +01:00

Akka Microbenchmarks

This subproject contains some microbenchmarks excercising key parts of Akka Typed.

You can run them like:

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

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