RE: Really lousy performance with svn info --depth infinity
From: <michael_rytting_at_agilent.com>
Date: Thu, 1 Sep 2011 11:18:24 -0600
The svn ls portion is a trivial amount of the overall time to run.
-> time svn ls --depth infinity > f
real 0m0.676s
-> time xargs svn info < f
real 0m47.679s
-> time svn info --depth infinity > /dev/null
real 5m56.693s
-----Original Message-----
Daniel Shahaf <d.s_at_daniel.shahaf.name> writes:
> So presumably the second one should really be:
It depends what one wants to measure. If the ls time is significant it would mean that the recursive call has an even bigger problem.
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2011-09-01 19:18:55 CEST |
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.