He-Pin commented on code in PR #1025: URL: https://github.com/apache/incubator-pekko/pull/1025#discussion_r1463007866
########## bench-jmh/README.md: ########## @@ -4,12 +4,22 @@ This subproject contains some microbenchmarks excercising key parts of Apache Pe own jmh module) -You can run them like: +Pekko uses [sbt-jmh](https://github.com/sbt/sbt-jmh) to integrate [Java Microbenchmark Harness](https://github.com/openjdk/jmh). You can run them like: - project bench-jmh - jmh:run -i 3 -wi 3 -f 1 .*ActorCreationBenchmark +```shell +sbt shell +pekko > project bench-jmh +sbt:bench-jmh> Jmh:run -i 3 -wi 3 -f 1 .*ActorCreationBenchmark Review Comment: `Jmh/run` is new syntax. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
