benchmarks/matrix-multiplication/src/main/java/org/apidesign/benchmark/matrixmul/Matrix.java
Tue, 24 Feb 2015 11:12:53 +0100 Using year range 2012-2015 in copyright header
Tue, 22 Jan 2013 13:56:27 +0100 Fixing the matrix benchmark to not throw away the result and really do ten thousand iterations
Thu, 03 Jan 2013 16:25:58 +0100 Backed out changeset c02d1729f024: After Lubo's fix b2f68438b0e2 we can use Arrays.deepHashCode again.
Wed, 26 Dec 2012 17:43:31 +0100 Calling Arrays.deepHashCode causes the Bck2Brwsr VM to fail 'Type Mishmash' on stack
Tue, 25 Dec 2012 14:07:02 +0100 Can execute the matrix multiplication test using VMTest
Thu, 13 Dec 2012 08:40:39 +0100 Fixing licenses for benchmarks module, so it can be merged to default branch
Wed, 05 Dec 2012 11:18:09 +0100 first version of benchmarks