dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #26469
Re: Dolfin on GitHub
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
Follow ups
References