Skip to content

Latest commit

 

History

History
 
 

bench-jmh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Apache Pekko 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 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: