dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #26470
Re: Dolfin on GitHub
On Tue, Mar 12, 2013 at 8:17 AM, Anders Logg <logg@xxxxxxxxx> wrote:
> 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
I got these numbers:
$ time bzr branch lp:dolfin dolfin-bzr
real 2m57.823s
user 1m16.805s
sys 0m1.372s
$ time git clone https://github.com/nschloe/dolfin dolfin-git
real 2m59.056s
user 0m35.678s
sys 0m4.324s
Johannes
References