mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
2c74f282c4
Co-authored-by: Kirill Prazdnikov <kirill@hydraulic.software> |
||
---|---|---|
.. | ||
src/main | ||
CMakeLists.txt | ||
pom.xml | ||
README.md |
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