pekko/akka-bench-jmh
Sebastian Alfers 65ca28fceb
add copyright headers (#31116)
* add copyright headers

* Update akka-actor-tests/src/test/scala/akka/util/FrequencySketchSpec.scala

Co-authored-by: Arnout Engelen <arnout@engelen.eu>

* fix whitespaces

Co-authored-by: Arnout Engelen <arnout@engelen.eu>
2022-02-09 13:18:00 +01:00
..
src/main add copyright headers (#31116) 2022-02-09 13:18:00 +01:00
README.md Merge benchmark projects 2019-10-02 11:24:51 +01:00

Akka Microbenchmarks

This subproject contains some microbenchmarks excercising key parts of Akka. (Excluding typed which has its own jmh module)

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.

Some potentially out of date resources for writing JMH benchmarks: