Skip to content

Instantly share code, notes, and snippets.

@commuterjoy
Created September 18, 2012 20:09
Show Gist options
  • Save commuterjoy/3745537 to your computer and use it in GitHub Desktop.
Save commuterjoy/3745537 to your computer and use it in GitHub Desktop.
r.js Rhino Vs Node benchmark
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