mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 00:24:11 -08:00
Using slightly faster version of bck2brwsr in the JBox2D benchmark.
This commit is contained in:
parent
f2fb5c7bd7
commit
5be903bf50
|
@ -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
|
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
|
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>
|
<description>Compares performance of the JavaScript code produced by TeaVM and GWT</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<bck2brwsr.version>0.14</bck2brwsr.version>
|
<bck2brwsr.version>0.17</bck2brwsr.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -64,13 +64,6 @@
|
||||||
<artifactId>html5-canvas</artifactId>
|
<artifactId>html5-canvas</artifactId>
|
||||||
<version>0.7.2</version>
|
<version>0.7.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.dukescript.canvas</groupId>
|
|
||||||
<artifactId>canvas-api</artifactId>
|
|
||||||
<version>0.7.2</version>
|
|
||||||
<classifier>bck2brwsr</classifier>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apidesign.bck2brwsr</groupId>
|
<groupId>org.apidesign.bck2brwsr</groupId>
|
||||||
<artifactId>ko-bck2brwsr</artifactId>
|
<artifactId>ko-bck2brwsr</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user