Yes, I see that problem on my local pc too.
But on that buildbot ipv6 is not enabled on the system and not in apr, so it
shouldn't be affected. but it was still slow.
It is nice that it can test both ra_svn and ra_serf in about one hour now,
where it used to take two.
B
On Jun 3, 2012 2:54 PM, wrote:
>...
> +++ subversion/trunk/subversion/libsvn_auth_kwallet/kwallet.cpp Sun Jun
3 18:54:26 2012
> @@ -60,6 +60,9 @@
> /* KWallet simple provider, puts passwords in KWallet
*/
>
/*---*/
>
> +static
[Greg Stein]
> > - int argc = 1;
> > - app = new QCoreApplication(argc, (char *[1]) {(char *) "svn"});
> > + int argc = q_argc;
> > + app = new QCoreApplication(argc, q_argv);
>
> Why keep argc around? Just use q_argc.
Because argc is passed by reference (int &argc) and I fig
/home/neels/svnbench/20120604-002445
Started at Mon Jun 4 00:24:45 UTC 2012
*Disclaimer:* this tests only file://-URL access on a GNU/Linux VM.
This is intended to measure changes in performance of the local working
copy layer, *only*. These results are *not* generally true for everyone.
Average
On Jun 3, 2012 6:42 PM, "Peter Samuelson" wrote:
>
>
> [Greg Stein]
> > > - int argc = 1;
> > > - app = new QCoreApplication(argc, (char *[1]) {(char *) "svn"});
> > > + int argc = q_argc;
> > > + app = new QCoreApplication(argc, q_argv);
> >
> > Why keep argc around? Just use
5 matches
Mail list logo