benchmarks/matrix-multiplication/jsTestDriver.conf
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 20 Dec 2012 21:39:16 +0100
branchlauncher
changeset 358 f6a165f7f00f
parent 268 e01b65623f72
permissions -rw-r--r--
Loaded classes need to have their static initializes invoked. Before accessing static field of a class, initializers need to be executed as well.
     1 server: http://localhost:9876
     2 
     3 load:
     4   - target/classes/org/apidesign/benchmark/matrixmul/*.js
     5