> You might be interested in a recent email to the Guava [1] mailing list > introducing a new Google open source project called Caliper [2] that intends > to serve as a micro-benchmarking framework for evaluating performance > characteristics under various JVM configurations. > > [1]: http://groups.google.com/group/guava-discuss/msg/2061f22b90b3cde8?hl=en > [2]: http://code.google.com/p/caliper/ > > - Dave
There is also Japex, a micro-benchmarking framework developed by a Sun group originally for testing XML parsing and Fast Infoset. https://japex.dev.java.net/ Patrick