teavm/samples/benchmark
2018-12-10 19:03:18 +03:00
..
src/main Implement development server 2018-12-10 19:03:18 +03:00
.gitignore Fix CMake configuration for GTK benchmark 2018-11-20 15:22:19 +03:00
CMakeLists.txt Fix CMake configuration for GTK benchmark 2018-11-20 15:22:19 +03:00
pom.xml Bind system properties to Maven properties. 2018-11-20 14:55:04 +03:00
README.md Using slightly faster version of bck2brwsr in the JBox2D benchmark. 2016-01-28 08:47:19 +01:00
support.c C backend: increase resolution of timer in gtk benchmark 2018-05-17 19:38:42 +03: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