Skip to content

Instantly share code, notes, and snippets.

@shepmaster
Created November 27, 2012 17:40
Show Gist options
  • Select an option

  • Save shepmaster/4155778 to your computer and use it in GitHub Desktop.

Select an option

Save shepmaster/4155778 to your computer and use it in GitHub Desktop.
$ drip kill
$ time jruby -e 'puts 1'
1
real 0m1.272s
user 0m2.090s
sys 0m0.134s
$ time jruby -e 'puts 1'
1
real 0m0.512s
user 0m0.018s
sys 0m0.022s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment