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

Re: Transactionless reporter performance results

From: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2004-01-10 09:51:28 CET

Greg Hudson wrote:
> Old code: 22.0 seconds
> New code: 7.4 seconds

Very nice!

> I'm not sure why there is a ~14-second variance in some of the trials.
> I'd say it has to do with BDB logfile creation, but the new code
> shouldn't result in any logfiles being created.

It could be delayed writes by the OS. You could try to create the
repository with the nosync option, and change the client test sequence to

rm -rf wc ; cp -r wcsave wc ; cd wc ; sync ; time svn up ; cd ..

and see if it helps.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 10 09:51:59 2004

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.