Uwe Brauer <o...@mat.ucm.es> writes:

>    > Hi Uwe,
>    > Uwe Brauer <o...@mat.ucm.es> writes:
>
>
>    > This sounds you’re not using bash.
>
>    > Does it help to start the script with #!/usr/bin/env bash
>
> That indeed helped, thanks!
>
> Just out of curiosity:
> the script run around 3 min and produced.
>
> real    1m6.900s
> user    0m59.272s
> sys     0m6.680s
>
> real    1m7.421s
> user    0m59.904s
> sys     0m6.696s

This means that you have no relevant slowdown due to increased number of
branches.

If you have a lot of time, you could adjust the script to create 10000
branches and see whether you see slowdown.

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Mercurial mailing list
Mercurial@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial

Reply via email to