Is there any resources which compare the java script engine performance along with nashorn?

Attila Szegedi attila.szegedi at oracle.com
Mon Feb 18 06:15:33 PST 2013


Basically, we aren't publishing our own comparative tests, but you're free to run the benchmarks yourself. You can go to Nashorn's make directory and run:

	$ ant octane

to run all octane tests with Nashorn. You can also use

	$ ant octane-v8

to run all octane tests with V8 for comparison; you'll need to define the ${v8.shell} property to point to a V8 command line launcher. Similarly, you can use 

	$ ant octane-rhino

to run all octane tests with Rhino for comparision; you'll need to define the ${rhino.jar} property to point to a Rhino JAR file.

Hope that helps,
  Attila.

On Feb 17, 2013, at 3:58 AM, Harsha Kumara <harsz89 at gmail.com> wrote:

> Hi!
> $Subject please.I ask for a place which nashorn runs benchmark test suits
> and publish the results?
> Thanks!
> 
> -- 
> *Harsha Kumara*
> *Undergraduate*
> *Department of Computer Science and Engineering*
> *University of Moratuwa*
> *Sri Lanka.*



More information about the nashorn-dev mailing list