Roiocam commented on code in PR #1025: URL: https://github.com/apache/incubator-pekko/pull/1025#discussion_r1462683188
########## bench-jmh/README.md: ########## @@ -6,8 +6,18 @@ own jmh module) 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:pekko-bench-jmh> jmh:run -i 3 -wi 3 -f 1 .*ActorCreationBenchmark Review Comment: Done. `pekko-bench-jmh` is just the real-world execution result, I guess it was the name of the sub-module `bench-jmh` -- 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]
