* Adding loglevel for overflow strategy (#25949) * Simplifying overflow strategy api (#25949) * Adding overflow strategy check for backpressu (#25949) * Adding log statements to all stages with overflow strategy (#25949) * Adding excludes for internal api changes (#25949) * Adding internal api annotations (#25949) * Adding log source overrides for better logger names (#25949) * Moving mima excludes for 2.5.18 (#25949) |
||
|---|---|---|
| .. | ||
| src/main/scala/akka | ||
| README.md | ||
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.