Created
December 9, 2010 17:26
-
-
Save steved/735018 to your computer and use it in GitHub Desktop.
Timings of request.rb and request_serial.rb
This file contains 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
$ time ruby request_serial.rb > serial | |
real 0m7.150s | |
user 0m0.423s | |
sys 0m0.146s | |
$ time ruby request.rb > parallel | |
real 0m2.274s | |
user 0m1.997s | |
sys 0m0.157s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment