Skip to content

Instantly share code, notes, and snippets.

@steved
Created December 9, 2010 17:26
Show Gist options
  • Save steved/735018 to your computer and use it in GitHub Desktop.
Save steved/735018 to your computer and use it in GitHub Desktop.
Timings of request.rb and request_serial.rb
$ 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