eagler-teavm-fork/teavm-samples/teavm-samples-benchmark
2015-03-19 21:01:46 +01:00
..
src/main Merge origin/master 2015-03-19 21:01:46 +01:00
.gitignore Replace old code samples with new ones 2014-10-05 15:45:44 +04:00
pom.xml Merge origin/master 2015-03-19 21:01:46 +01:00
README.md Describing how to execute the benchmarks 2015-03-07 18:30:23 +01: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