teavm/samples/benchmark
2016-02-07 14:28:51 +03:00
..
src/main Migration to IDEA 2016-02-07 14:28:51 +03:00
pom.xml Merge branch 'jtulach_resources' into release-0.4.x 2015-12-25 22:52:27 +03:00
README.md Change directory structure 2015-10-04 11:49:20 +03:00
teavm-samples-benchmark.iml Migration to IDEA 2016-02-07 14:28:51 +03:00

TeaVM, GWT, HotSport 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