I'm looking for Java applications and appropriate (macro) benchmarks for them. For instance, I already use PolePosition to benchmark the performance of HyperSQL. Benchmarks based on JBench, J开发者_运维百科UnitBenchmarks, and similiar tools are also possible. I'm not looking for benchmarks for the JVM!
I know this question is being here for some time already, but for the future viewers:
you may consider
- http://hdrhistogram.org/
- https://github.com/OpenHFT/JLBH
I bet everybody has listened about JMH, but usually, it is not a good option for macro benchmarks (for micro benchmarks it's the best)
精彩评论