Created
November 27, 2012 17:40
-
-
Save shepmaster/4155778 to your computer and use it in GitHub Desktop.
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
| $ 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