tree: 06d9da9a71d995a60c89b6a5a5870e41b6923d1e
  1. src/
  2. README.md
benchmarks/README.md

Apache Pekko gRPC Microbenchmarks

This subproject contains some microbenchmarks parts of Apache Pekko gRPC.

You can run them on the sbt prompt like:

project benchmarks jmh:run -i 3 -wi 3 -f 1 .*HandlerProcessingBenchmark

Use ‘jmh:run -h’ to get an overview of the available options.