On Wed, Aug 1, 2012 at 10:50 PM, Johan Corveleyn <jcor...@gmail.com> wrote: > On Wed, Aug 1, 2012 at 9:56 PM, slaventii <xum...@gmail.com> wrote: >>> Huh? How do you arrive at 23 %? According to these numbers, https is >>> almost twice as fast here. >>> >> Sorry for mistake. Should be: >> up svn:// ~ 0m 19sec >> up https:// ~ 0m 35 sec >> up svn vs https perf, % ~ > 23% > > Okay, got it.
Oh, and it just occurred to me: I assume your https test is with the neon http library (the default up until now). Can you also try those tests with the serf library (if that's compiled into your client)? To do that, adding the following option to your command line should work: --config-option servers:global:http-library=serf Beware: there are still some (known) problems when using the serf library in some environments (e.g. [1]), so you may or may not be able to run those tests successfully. Either way, it would be interesting to know ... [1] http://subversion.tigris.org/issues/show_bug.cgi?id=4174 - serf: checkout / export errors out with "svn: E730053: Error retrieving REPORT (730053)" -- Johan