* CVE-2023-31442 Address DNS poisoning vulnerability (and DNS concurrency bug) * Remove sequential dns id generator * fix scalafmt * Fix bug in isSameQuestion And ensure that DnsClient only removes inflight messages when the questions match * fix up exception message to remove reference to 'sequence' generator * Add tests to failed commands and drop requests --------- Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src/main | ||
| README.md | ||
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: