loomylin
loomylin copied to clipboard
Creating JMH tests instead of relying on a command line load testing tool might be beneficial. JMH tests would be easier to run, and also give access to JVM stats.
> [Jonjolt](https://reddit.com/u/Jonjolt): I wonder what it would be like if you pinned a single core with Loom? Would that even be possible? https://github.com/OpenHFT/Java-Thread-Affinity
There's a `LoomThreadPool` in the Jetty repo that we should probably just copy: https://github.com/jetty-project/jetty-loom/blob/master/src/main/java/org/eclipse/jetty/loom/LoomThreadPool.java