2023-01-03 06:29:13 -08:00
|
|
|
TeaVM, GWT, HotSpot, JBox2D Benchmark
|
2016-01-27 23:47:19 -08:00
|
|
|
===============================================
|
2015-03-07 09:30:23 -08:00
|
|
|
|
|
|
|
Compares the speed of execution on a complex [JBox2D](http://www.jbox2d.org/) CPU extensive
|
|
|
|
computation. JavaScript produced by TeaVM and GWT can be compared by running
|
|
|
|
|
|
|
|
```
|
2023-01-03 06:29:13 -08:00
|
|
|
$ gradle appStartWar
|
2015-03-07 09:30:23 -08:00
|
|
|
```
|
|
|
|
|
2023-01-03 06:29:13 -08:00
|
|
|
Also, in Linux it's possible to build and run native file:
|
2015-03-07 09:30:23 -08:00
|
|
|
|
|
|
|
```
|
2023-01-03 06:29:13 -08:00
|
|
|
$ gradle runNativeLinux
|
2015-03-07 09:30:23 -08:00
|
|
|
```
|
|
|
|
|
2023-01-03 06:29:13 -08:00
|
|
|
Please, refer to your Linux distribution documentation to find out how to install required dependencies
|
|
|
|
(cmake and gtk-devel).
|