mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Merge pull request #178 from jtulach/master
Using slightly faster version of bck2brwsr in the JBox2D benchmark.
This commit is contained in:
commit
44c3c6ee53
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user