Skip to content

Instantly share code, notes, and snippets.

@r00k
Created April 24, 2010 00:05
Show Gist options
  • Save r00k/377328 to your computer and use it in GitHub Desktop.
Save r00k/377328 to your computer and use it in GitHub Desktop.
ben@town ~/code $ time git clone git://github.com/rails/rails.git
(...)
real 0m27.800s
user 0m21.590s
sys 0m2.590s
--------------------
ben@town ~/code $ time git clone http://github.com/rails/rails.git
(...)
walk 92365291b218c2a3c691262ac8c2fc4fb32cecbb
walk fe39ac7e56c5efaa3995353cdabb432a23229633
walk e808315725d7dad1745572c8ef9ae7e4f6ff0b48
walk 464102d5511ff3f2d8dc3bde44e638d840e98206
real 1m11.342s
user 0m33.570s
sys 0m1.030s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment