Hacker News new | ask | show | jobs
by awake 2821 days ago
Is there any equivalent project for java.
2 comments

Surely JDK devs have a corpus of projects they test releases against, but JVM devs tend to not do the microbenchmarks this would need very often. So in general a corpus of centralized JMH benchmarks would probably have more value than referencing them from other projects. I'm sure an entity could offer this service if, e.g., projects with JMH benchmarks invoked in a common form from maven central or github or whatever were submitted to a central curator but not sure who would want to curate that.
Java has a JIT, right? Seems more difficult to get consistent results.