JMH: Java Microbenchmarking Harness
JMH est un outil de microbenchmarking pour Java et autres langages de la JVM.
Ces tests sont typiquement de l'ordre de la nanoseconde pour des milliers d'exécutions. Le code testé effectue habituellement une tâche petite.
Posts de blogs
http://nitschinger.at/Using-JMH-for-Java-Microbenchmarking http://daniel.mitterdorfer.name/articles/2014/benchmarking-hello-jmh/ http://daniel.mitterdorfer.name/articles/2014/benchmarking-hello-jmh/ http://shipilev.net/blog/2014/exceptional-performance/