jmh-samples

JMH examples with my own examples + jar etc

GPL-2.0 License

Stars
70

jmh-samples

NOTE: As of 15/06/2013 the jar/samples were up to date. JMH has come a long way since and is much easier to play with. I have now removed the old jar/samples and use the maven hosted dependency instead. JMH samples. This was setup to support my 2 blog posts about JMH: http://psy-lob-saw.blogspot.com/2013/05/using-jmh-to-benchmark-multi-threaded.html http://psy-lob-saw.blogspot.com/2013/04/writing-java-micro-benchmarks-with-jmh.html And contains the examples discussed under the psy.lob.saw package. The JMH framework is hosted here: http://openjdk.java.net/projects/code-tools/jmh/ The JMH samples are a MUST read (and are always up to date): http://hg.openjdk.java.net/code-tools/jmh/file/tip/jmh-samples/src/main/java/org/openjdk/jmh/samples/