RSS Feed for This PostCurrent Article

Java Micro Benchmarks Framework

Japex is a simple yet powerful tool to write Java-based micro-benchmarks. It started as a simple project  primarily aimed at testing XML and Fast Infoset performance, but has evolved into a rather sophisticated framework with support for XML and HTML output as well as various types of charts for displaying the results. It is similar in spirit to JUnit in that if factors out most of the repetitive programming logic that is necessary to write micro-benchmarks. This logic includes loading and initializing multiple drivers, warming up the VM, forking multiple threads, timing the inner loop, etc. One of the key design goals for Japex was extensibility. Via the use of a simple model of input and output parameters, it is possible to write micro-benchmarks to test practically anything.

Popularity: 1% [?]


Trackback URL


RSS Feed for This Post1 Comment(s)

  1. Yuriy | Dec 18, 2010 | Reply

    http://opt.sourceforge.net/ Java Micro Benchmark – control tasks required to determine the comparative performance characteristics of the computer system on different platforms. Can be used to guide optimization decisions and to compare different Java implementations.

RSS Feed for This PostPost a Comment