资 源 简 介
gwt-java-benchmarks project is a basic single-threaded benchmark suite focusing numeric crunching, data, collections and strings manipulation (no multimedia).
The main benchmark library is portable for use both with a GWT+Js project (run inside browsers JavaScript Engines) and standard Java application project (runs inside the Java VM).
The project is composed by two NetBeans sub-projects, the first is a GWT application (which should be deployed e.g. on AP or webserver), the second is a standard Java console application.
The idea is to compare the execution time of the same Java code on "native" JavaVM VS running inside a browser JavaScript engine (thanks to GWT).
Collected results, and application description are here:
http://thegoodcodeinn.blogspot.it/2013/02/gwt-benchmarks-gwtjsvm-vs-javavm.html
The RStudio project used for creating the benchmark graphs is bundled inside the GWT sub-project.
This tool has been developed in