You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/07/04 17:20:37 UTC

svn propchange: r1356624 - svn:log

Author: philip
Revision: 1356624
Modified property: svn:log

Modified: svn:log at Wed Jul  4 15:20:37 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jul  4 15:20:37 2012
@@ -1,9 +1,11 @@
-Use buffered IO for pipes in the regression testsuite code.  This
-reduces the time to run the testsuite by about 10% on my Linux
-box.
+Use buffered IO for pipes in the regression testsuite code.
 
 * subversion/tests/cmdline/svnlook_tests.py
   (output_command): Use buffered IO for pipe.
 
 * subversion/tests/cmdline/svntest/main.py
   (open_pipe, spawn_process, run_command_stdin): Use buffered IO for pipe.
+
+[Note from the future: I mistakenly thought this made the testsuite 10%
+ faster but I was comparing the wrong builds.  More careful measurement
+ shows that any increase is lost in the noise.]