| FS commit comparisons
From: Greg Stein <gstein_at_lyra.org>
 Date: 2002-02-28 01:23:44 CET 
Okay, so I'm running some commit comparisons now. Below are the raw results
 In all cases, the operation is over ra_local. The test is to 'svn add' a
 $ some-svn-client add file
 The peak memory was observed by running a script in another window which did
 The add/commit was run twice, starting a fresh repository (created with an
 ---------------------------------------------------------------------------
   Run 1: 
     real 2m48.540s
     Peak DRS/RSS: 96838 66200
   Run 2:
     real 1m50.657s
     Peak DRS/RSS: 96838 67600
   Across both runs, total size of log files: 53,065,754
   Run 1:
     real 5m7.831s
     Peak DRS/RSS: 48143 32776
   Run 2:
     real 4m1.383s
     Peak DRS/RSS: 48143 41460
   Across both runs, total size of log files: 418,665,474
   Run 1:
     real 1m13.882s
     Peak DRS/RSS: 8491 5928
   Run 2:
     real 1m13.620s
     Peak DRS/RSS: 8491 5932
   Across both runs, total size of log files: 53,107,573
 SUMMARY
          user    sys    DRS   log
 Note that I avoid the "real" number, especially for the tests which had a
 ANALYSIS
 The numbers come out almost exactly as we would expect:
 * 1302 and dupkey never append to a record. the former slams it all out at
 * The user/sys times are probably correlated with the amount of disk I/O.
 * the DRS for 1302 is understandably huge: the whole file is kept in memory.
 * the dupkey patch appears to be Goodness(tm). it has equivalent speed as
 I'm going to clean up the patch a bit and commit sometime today or this
 Cheers,
 -- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:37:10 2006 | 
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.