'The Java Faster than C++' Benchmark Revisited - http://www.freewebs.com/godaves/javabench_revisited/
Provide revisited results for Java/C++ benchmark from 'The Java Faster than C++' article. |
CaffeineMark 3.0 - http://www.benchmarkhq.ru/cm30/
A series of tests that measure the speed of Java programs running in various hardware and software configurations. [Freeware] |
Java Linpack Benchmark - http://www.netlib.org/benchmark/linpackjava/
A Java version numerically intensive test that has been used for years to measure the floating point performance of computers. By Jack Dongarra, Reed Wade, and Paul McMahan. |
Java Microbenchmark Applet - http://www.cs.cmu.edu/~jch/java/microbench.html
Runs set of math related microbenchmarks. Author no longer recording times for these microbenchmarks and recoment use Doug Bell's benchmark applet, but old results present in table at page. |
Make Java fast: Optimize! - http://www.javaworld.com/javaworld/jw-04-1997/jw-04-optimize.html
Article by Doug Bell explores some low-level optimization techniques in Java and presents a Benchmark applet to measure Java's performance. |
Optimizing Java Linpack Benchmark - http://www.cs.cmu.edu/~jch/java/linpack.html
By Jonathan Hardwick. Author took the original Java Linpack benchmark, by Jack Dongarra and Reed Wade, and applied some optimizations. |
SPEC JBB2000 - http://www.spec.org/osg/jbb2000/
Java Business Benchmark is SPEC's first benchmark for evaluating the performance of server-side Java. Joining the client-side SPECjvm98 and SPECjbb2000 it continues the SPEC tradition of giving Java users a benchmark for measuring a system's ability to run Java applications. |
SPEC JVM98 Benchmarks - http://www.spec.org/osg/jvm98/
Measures performance of Java Virtual Machines. [Commercial] |
The Mauve Project - http://sources.redhat.com/mauve/
A collaborative, open source effort to build a testsuite for the core Java language libraries. [Open Source] |