Merge pull request #178 from jtulach/master

Using slightly faster version of bck2brwsr in the JBox2D benchmark.
This commit is contained in:
Alexey Andreev 2016-02-21 22:27:52 +03:00
commit 44c3c6ee53
2 changed files with 3 additions and 10 deletions

View File

@ -1,5 +1,5 @@
TeaVM, GWT, HotSport JBox2D Benchmark
=====================================
TeaVM, GWT, HotSpot, Bck2Brwsr 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

View File

@ -19,7 +19,7 @@
<description>Compares performance of the JavaScript code produced by TeaVM and GWT</description>
<properties>
<bck2brwsr.version>0.14</bck2brwsr.version>
<bck2brwsr.version>0.17</bck2brwsr.version>
</properties>
<dependencies>
@ -64,13 +64,6 @@
<artifactId>html5-canvas</artifactId>
<version>0.7.2</version>
</dependency>
<dependency>
<groupId>com.dukescript.canvas</groupId>
<artifactId>canvas-api</artifactId>
<version>0.7.2</version>
<classifier>bck2brwsr</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apidesign.bck2brwsr</groupId>
<artifactId>ko-bck2brwsr</artifactId>