eagler-teavm-fork/samples/benchmark/README.md

18 lines
508 B
Markdown
Raw Normal View History

2023-01-03 06:29:13 -08:00
TeaVM, GWT, HotSpot, JBox2D Benchmark
===============================================
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
```
2023-01-03 06:29:13 -08:00
Also, in Linux it's possible to build and run native file:
```
2023-01-03 06:29:13 -08:00
$ gradle runNativeLinux
```
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).