pekko/akka-bench-jmh
Johan Andrén 0f4e146623 ByteString performance regression toArray on 2.13 (#28419)
* Benchmark with numbers
* Better optimization, now on par with 2.12
* Simplify
* Review do'hs and unused errors fixed
* Move build up of composite out to setup
* A little thing to make MiMa happy
* Apply suggestions from code review
Co-authored-by: Arnout Engelen <github@bzzt.net>
2020-01-08 14:14:45 +01:00
..
src/main ByteString performance regression toArray on 2.13 (#28419) 2020-01-08 14:14:45 +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: