Y
Hacker News
new
|
ask
|
show
|
jobs
by
stygiansonic
2349 days ago
Great point about using JMH. As of JDK 12, it’s included in the SDK:
https://openjdk.java.net/jeps/230
What’s the equivalent of JMH for Python?
2 comments
hyperpape
2349 days ago
I'm afraid I don't know, I really don't have any particular knowledge of performance engineering in Python.
link
pvg
2349 days ago
I'm not sure the JMH is meaningfully included in the JDK for others to use. The JDK happens to come with some JMH-based benchmarks in the source tree, that seems to be about it.
link