Skip to content

Instantly share code, notes, and snippets.

@mperham
Created May 8, 2009 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mperham/108851 to your computer and use it in GitHub Desktop.
Save mperham/108851 to your computer and use it in GitHub Desktop.
Running svn update with 1.6.1 OSX binary (http://www.open.collab.net/downloads/community/):
real 0m34.969s
user 0m0.627s
sys 0m0.257s
Running svn update with 1.4.4 (OSX Leopard stock):
real 0m17.813s
user 0m0.697s
sys 0m0.214s
This is a project that has about 15 externals. The fact that it is almost exactly
twice as slow is suspicious to me (twice as much network traffic?)
After checking with TCPdump, it looks like 1.6.1 needs about twice as many roundtrips
as 1.4.4 does (2300 vs 1100).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment