teavm/samples/benchmark
Alexey Andreev ba7dcd13b5 Update gradle scripts for latest gradle version
1. Use lazy property assignment
2. Remove usages of deprecated buildDir property
2023-09-21 09:52:29 +02:00
..
src/main Migrate to gradle 2023-01-23 17:16:07 +01:00
.gitignore Migrate to gradle 2023-01-23 17:16:07 +01:00
build-native.sh Migrate to gradle 2023-01-23 17:16:07 +01:00
build.gradle.kts Update gradle scripts for latest gradle version 2023-09-21 09:52:29 +02:00
CMakeLists.txt Migrate to gradle 2023-01-23 17:16:07 +01:00
README.md Migrate to gradle 2023-01-23 17:16:07 +01:00

TeaVM, GWT, HotSpot, 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

$ gradle appStartWar

Also, in Linux it's possible to build and run native file:

$ gradle runNativeLinux

Please, refer to your Linux distribution documentation to find out how to install required dependencies (cmake and gtk-devel).