$ java -version java version "1.5.0_19" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304) Java HotSpot(TM) Client VM (build 1.5.0_19-137, mixed mode, sharing) guntis-barzdins-computer:ca jdz$ java -server -jar clojure.jar -i ca.clj -e "(benchmark)" 1.1.0-alpha-SNAPSHOT S 32x32, 32768 iteration(s): "Elapsed time: 452416.13 msecs" P 32x32, 32768 iteration(s): "Elapsed time: 355626.784 msecs" S 64x64, 8192 iteration(s): "Elapsed time: 462354.593 msecs" P 64x64, 8192 iteration(s): "Elapsed time: 367259.665 msecs" S 128x128, 2048 iteration(s): "Elapsed time: 455810.377 msecs" P 128x128, 2048 iteration(s): "Elapsed time: 361148.052 msecs" S 256x256, 512 iteration(s): "Elapsed time: 457064.335 msecs" P 256x256, 512 iteration(s): "Elapsed time: 363658.837 msecs" S 512x512, 128 iteration(s): "Elapsed time: 455375.118 msecs" P 512x512, 128 iteration(s): "Elapsed time: 338285.493 msecs"