pekko/bench-jmh
He-Pin a855e58bfc =str Make use of statefulMap to implement zipWithIndex.
Signed-off-by: He-Pin <hepin1989@gmail.com>
2023-08-28 18:03:00 +08:00
..
src/main =str Make use of statefulMap to implement zipWithIndex. 2023-08-28 18:03:00 +08:00
README.md fix up refs to Akka in source code (#374) 2023-06-07 14:51:57 +01:00

Apache Pekko Microbenchmarks

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

You can run them like:

project 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: