Created
September 18, 2012 20:09
-
-
Save commuterjoy/3745537 to your computer and use it in GitHub Desktop.
r.js Rhino Vs Node benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Node with uglification | |
real 0m3.154s | |
user 0m3.036s | |
sys 0m0.097s | |
Node sans uglification | |
real 0m0.750s | |
user 0m0.628s | |
sys 0m0.055s | |
Rhino with uglification (obviously some time taken to boot jvm) | |
real 0m23.333s | |
user 0m42.308s | |
sys 0m1.111s | |
Rhino sans uglification | |
real 0m12.246s | |
user 0m24.900s | |
sys 0m0.663s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment