← Back to team overview

dolfin team mailing list archive

Re: Dolfin on GitHub

 

Cloning time is one thing, more interesting is the time to switch between
branches while working. Bzr cant possibly beat git there when using
colocated branches with git.

Martin
Den 12. mars 2013 08:17 skrev "Anders Logg" <logg@xxxxxxxxx> følgende:

> On Tue, Mar 12, 2013 at 01:21:05AM +0100, Nico Schlömer wrote:
> > For all you Git lovers out there:
> > I just set up a (one-way) mirror of Dolfin's public repo on GitHub:
> > https://github.com/nschloe/dolfin/.
> > --Nico
>
> Interesting. I was curious and did some timings:
>
> $ time bzr branch lp:dolfin dolfin-bzr
> real     3m32.816s
> user     1m11.824s
> sys      0m1.084s
>
> $ time git clone https://github.com/nschloe/dolfin dolfin-git
> real 6m0.785s
> user 1m19.929s
> sys  0m16.873s
>
> This may just be random figures as a result of the current loads of
> Launchpad and GitHub (timings started simultaneously so the connection
> on my end shouldn't matter) but interesting anyway. I was expecting
> GitHub to be faster (Launchpad usually feels more sluggish).
>
> --
> Anders
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to     : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help   : https://help.launchpad.net/ListHelp
>

Follow ups

References