Is there any resources which compare the java script engine performance along with nashorn?
Jim Laskey (Oracle)
james.laskey at oracle.com
Tue Feb 19 05:42:19 PST 2013
That's the goal, but yes more work needs to be done before we ship in the fall. Most of our focus right now is on performance and robustness.
Cheers,
-- Jim
On 2013-02-19, at 9:18 AM, Harsha Kumara <harsz89 at gmail.com> wrote:
> Hi!
> I able to run the benchmark test suits successfully and I saw nashorn
> perform well than v8 in some benchmarks.Is nashorn still at optimization
> levels?As I saw the results I think there are lots of optimization s still
> need to do at nashorn.I think nashorn can become competitor for v8 and
> perform well than v8.What you folks think?
> Thanks!
> On Tue, Feb 19, 2013 at 9:27 AM, Harsha Kumara <harsz89 at gmail.com> wrote:
>
>> Thanks for the reply!I'll work on it.
>>
>>
>> On Mon, Feb 18, 2013 at 7:45 PM, Attila Szegedi <attila.szegedi at oracle.com
>>> wrote:
>>
>>> 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.*
>>>
>>>
>>
>>
>> --
>> *Harsha Kumara*
>> *Undergraduate*
>> *Department of Computer Science and Engineering*
>> *University of Moratuwa*
>> *Sri Lanka.*
>>
>
>
>
> --
> *Harsha Kumara*
> *Undergraduate*
> *Department of Computer Science and Engineering*
> *University of Moratuwa*
> *Sri Lanka.*
More information about the nashorn-dev
mailing list