Skip to content

Instantly share code, notes, and snippets.

@danlucraft
Created August 17, 2010 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danlucraft/530333 to your computer and use it in GitHub Desktop.
Save danlucraft/530333 to your computer and use it in GitHub Desktop.
~/Programs/jruby-1.5.1
$ time java -jar lib/jruby.jar -e "puts :hi"
hi
real 0m1.528s
user 0m1.619s
sys 0m0.147s
~/Programs/jruby-1.5.1
$ time bin/jruby -e "puts :hi"
hi
real 0m0.521s
user 0m0.436s
sys 0m0.074s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment