On Thu, Feb 11, 2016 at 6:40 AM, Evgeny Kotkov <evgeny.kot...@visualsvn.com> wrote: >...
> >> As far as I know, squashing everything into a single POST would make > >> the commit up to 10-20 times faster, depending on the amount of > changes. > > > > Pfft. > > I attached a dirty patch that does that. The aim is to measure what we > can expect from this approach. Please note that the patch is just a proof > of concept, and has many various issues — the wire format, only supporting > short-circuit authz, etc. > > Results without and with the patch are: > > Importing 10000 files, 150 ms RTT 1887.582 s → 46.363 s (40.7x > faster) > Is that normal-svn vs single-POST-svn? Or is that parallel-PUT-svn vs single-POST-svn?