Re: svn_client_proplist slow to get all of one dir
From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2004-10-31 13:01:09 CET
Here are the test measurements comparing recurse svn_client_proplist
Why is one call to svn_client_proplist that returns details on 54 files
I have update the test program to allow testing of svn_client_proplist
Test 1) svn_client_proplist recurse=TRUE ../../Workbench/Source
I run the program in the Patches directory with the command line
----------------------------- Linux ----------------------------
test_propval ../../Workbench/Source 1 1
Time for 1 calls 22ms recurse=1
test_propval ../../Workbench/Source/wb_main.py 54 0
Time for 1 calls 506ms recurse=0
----------------------- Window AV enabled -----------------
test_propval ..\..\Workbench/Source 1 1
Time for 1 calls 60ms recurse=1
test_propval ..\..\Workbench/Source/wb_main.py 54 0
Time for 1 calls 641ms recurse=0
----------------------- Window AV disabled -----------------
test_propval ..\..\Workbench/Source 1 1
Time for 1 calls 30ms recurse=1
test_propval ..\..\Workbench/Source/wb_main.py 54 0
Time for 1 calls 370ms recurse=0
----------------------------------------------------------------------
On Oct 30, 2004, at 15:50, Ben Collins-Sussman wrote:
>
---------------------------------------------------------------------
|
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.