https://github.com/marc0x71/javascript-performance-integration
Performance test of JS engine in Java
https://github.com/marc0x71/javascript-performance-integration
Last synced: about 2 months ago
JSON representation
Performance test of JS engine in Java
- Host: GitHub
- URL: https://github.com/marc0x71/javascript-performance-integration
- Owner: marc0x71
- Created: 2020-12-26T16:07:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T16:08:35.000Z (over 4 years ago)
- Last Synced: 2024-04-06T14:46:21.730Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Performance test of JS engine in Java
Someone could explain me why Nashorn must be removed from JDK?!?!?! :worried:
```
Starting...
Warning: Nashorn engine is planned to be removed from a future JDK release
1. -----
org.codehaus.groovy.jsr223.GroovyScriptEngineImpl - 2475 ms
jdk.nashorn.api.scripting.NashornScriptEngine - 1108 ms
com.oracle.truffle.js.scriptengine.GraalJSScriptEn - 3368 ms
2. -----
org.codehaus.groovy.jsr223.GroovyScriptEngineImpl - 1456 ms
jdk.nashorn.api.scripting.NashornScriptEngine - 544 ms
com.oracle.truffle.js.scriptengine.GraalJSScriptEn - 2639 ms
3. -----
org.codehaus.groovy.jsr223.GroovyScriptEngineImpl - 1476 ms
jdk.nashorn.api.scripting.NashornScriptEngine - 552 ms
com.oracle.truffle.js.scriptengine.GraalJSScriptEn - 2635 ms
4. -----
org.codehaus.groovy.jsr223.GroovyScriptEngineImpl - 1494 ms
jdk.nashorn.api.scripting.NashornScriptEngine - 547 ms
com.oracle.truffle.js.scriptengine.GraalJSScriptEn - 2644 ms
5. -----
org.codehaus.groovy.jsr223.GroovyScriptEngineImpl - 1509 ms
jdk.nashorn.api.scripting.NashornScriptEngine - 544 ms
com.oracle.truffle.js.scriptengine.GraalJSScriptEn - 2629 ms
```