[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Speed Tests (comments wellcome)

From: Giovanni Giorgi <jj_at_objectsroot.com>
Date: 2002-12-11 21:48:47 CET

At 15.55 10/12/2002 -0600, you wrote:
>[...]
>'svn cp URL URL' should be contant time, extremely fast. It's

Yes, I have done it again and now it is fast...perhaps an old version of
svn was slower

I have done some test using a my personal project. It is a set of emacs
library with a lot of small-medium size files

Machine type: AMD Athlon 1600XP
WindowsXP
Antivirus Disabled (for optimal test)
4288 files
subversion "version 0.15.0 (r3687)"
Cygwin/bash as shell

Note: the time are VERY VERY approximative. Take them "cum grano salis".
Is it correct the checkout is faster then the export? How can it be?

I have done the export two times for checking if it was an error...

CP:
$ time svn cp file:///$SVNREP/truck/emacs file:///$SVNREP/tags/emacsVERSION-1.
0 -m "First Tag Label"

Committed revision 10.

real 0m1.334s
user 0m0.030s
sys 0m0.020s

EXPORT:
Total Size of emacsVERSION-1.0: 50732Kb
The output has been redirected to dev null for best performance:
$ time svn export file:///$SVNREP/tags/emacsVERSION-1.0 >/dev/null

real 5m57.648s
user 0m0.010s
sys 0m0.010s

Second time:
real 5m8.661s
user 0m0.020s
sys 0m0.020s

CHECKOUT:
Total Size of emacsVERSION-1.0: 111856Kb
$ time svn co file:///$SVNREP/tags/emacsVERSION-1.0 >/dev/null

real 4m35.756s
user 0m0.020s
sys 0m0.010s

[ [ [ JJ ] ] ]
                     http://www.siforge.org
                     http://groups.yahoo.com/group/siforge-announce/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 21:49:34 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.