JBench Manual
Introduction
JBench is a simple Java benchmarking framework. It provides an easy
way to compare algorithms, virtual machines, etc for speed. It is
written in pure Java (except for an optional native library for more
accurate timing), and should run on any 1.2 or higher JRE. (If you
need it to run on 1.1, let me know and I'll see what I can do.)
Writing tasks for JBench and configuring them is extremely simple,
and examples are provided.
Manual contents
JBench project page