eagler-teavm-fork/samples/benchmark
2017-04-05 08:49:44 +02:00
..
src/main Made WASM benchmarks runable again in Firefox and Chrome 2017-04-05 08:49:44 +02:00
pom.xml Set version to 0.5.0-SNAPSHOT. Add configuration to deploy to bintray. Update version number during Travis build. 2017-02-16 21:48:13 +03:00
README.md Using slightly faster version of bck2brwsr in the JBox2D benchmark. 2016-01-28 08:47:19 +01:00

TeaVM, GWT, HotSpot, Bck2Brwsr JBox2D Benchmark

Compares the speed of execution on a complex JBox2D CPU extensive computation. JavaScript produced by TeaVM and GWT can be compared by running

$ mvn clean install

then just open the generated HTML versions

$ open target/teavm-samples-benchmark-*-SNAPSHOT/index.html 

In addition to that one can run the same demo with classical HotSpot virtual machine. Just try:

$ mvn -Pfx exec:java