From: Max Arnold <lwarxx@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] proxy maintainership and gentoo-x86 scm
Date: Fri, 15 Jan 2010 14:53:37 +0700 [thread overview]
Message-ID: <20100115075337.GA6165@bbone> (raw)
In-Reply-To: <slrnhkvcd5.623.flowerysong00@shasta.marwnad.com>
On Thu, Jan 14, 2010 at 07:07:01PM -0500, Paul Arthur wrote:
> Ouch. I wanted to test this in a fairly bad scenario, so I gave it a
> try on my old, low-spec fileserver.
Just out of curiosity did several tests with Mercurial:
$ mkdir /scratch/tmp
$ time tar --use-compress-program=lzma -xf portage-20100114.tar.lzma -C /scratch/tmp
real 1m3.696s
user 0m25.082s
sys 0m12.549s
$ cd /scratch/tmp/portage
$ hg init --time
Time: real 0.070 secs (user 0.040+0.000 sys 0.000+0.000)
$ hg status --time | wc -l
Time: real 9.920 secs (user 6.290+0.000 sys 1.970+0.000)
113272
$ hg add --time | wc -l
Time: real 23.050 secs (user 20.450+0.000 sys 2.300+0.000)
113272
$ hg commit --time -m "Initial commit"
Time: real 758.010 secs (user 354.250+0.000 sys 93.400+0.000)
$ cd ..
$ hg clone --noupdate --time portage portage-work
Time: real 34.530 secs (user 9.160+0.000 sys 9.750+0.000)
$ cd portage-work
$ hg update --time
113272 files updated, 0 files merged, 0 files removed, 0 files unresolved
Time: real 538.330 secs (user 218.140+0.000 sys 74.520+0.000)
$ mkdir dev-util/hg-test
$ touch dev-util/hg-test/Manifest
$ hg status --time
? dev-util/hg-test/Manifest
Time: real 6.350 secs (user 4.520+0.000 sys 1.310+0.000)
$ hg add --time
adding dev-util/hg-test/Manifest
Time: real 10.250 secs (user 8.610+0.000 sys 1.390+0.000)
$ hg commit --time -m "added hg-test"
Time: real 17.370 secs (user 15.400+0.000 sys 1.430+0.000)
$ hg out --time ../portage | grep changeset | wc -l
Time: real 0.930 secs (user 0.690+0.000 sys 0.070+0.000)
1
$ hg push --time ../portage
pushing to ../portage
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
Time: real 6.100 secs (user 5.450+0.000 sys 0.330+0.000)
$ cd ../portage
$ hg update --time
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Time: real 96.390 secs (user 14.950+0.000 sys 5.420+0.000)
$ hg log --time | grep changeset | wc -l
Time: real 0.530 secs (user 0.460+0.000 sys 0.060+0.000)
2
This is on a rather slow box (nettop with VIA C7 1200 MHz CPU, 1G RAM and 5400 RPM 2.5" drive)
next prev parent reply other threads:[~2010-01-15 7:54 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-11 21:05 [gentoo-dev] Last rites: net-nntp/inn Markos Chandras
2010-01-11 22:31 ` Mike Frysinger
2010-01-12 1:00 ` Jeroen Roovers
2010-01-12 20:31 ` Mike Frysinger
2010-01-11 23:30 ` [gentoo-dev] " Arnaud Launay
2010-01-12 1:02 ` Jeroen Roovers
2010-01-12 2:22 ` Jeroen Roovers
2010-01-12 5:03 ` [gentoo-dev] Thanks for the rescue! Was: " Duncan
2010-01-12 16:32 ` [gentoo-dev] " Markos Chandras
2010-01-12 18:21 ` Jeroen Roovers
2010-01-12 18:30 ` Markos Chandras
2010-01-12 19:07 ` Richard Freeman
2010-01-12 22:37 ` Duncan
2010-01-13 1:18 ` Arnaud Launay
2010-01-13 5:52 ` Jeroen Roovers
2010-01-13 15:06 ` Arnaud Launay
2010-01-13 16:31 ` Richard Freeman
2010-01-13 5:48 ` Jeroen Roovers
2010-01-13 8:05 ` Duncan
2010-01-12 19:40 ` Arnaud Launay
2010-01-12 19:49 ` Markos Chandras
2010-01-12 20:35 ` Ben de Groot
2010-01-12 22:24 ` Duncan
2010-01-13 15:54 ` [gentoo-dev] proxy maintainership and gentoo-x86 scm Mike Frysinger
2010-01-13 21:02 ` Ben de Groot
2010-01-13 21:18 ` justin
2010-01-13 22:03 ` [gentoo-dev] " Christian Faulhammer
2010-01-14 13:30 ` [gentoo-dev] " Markos Chandras
2010-01-14 16:35 ` Ben de Groot
2010-01-14 12:49 ` Nirbheek Chauhan
2010-01-14 13:47 ` Nguyen Thai Ngoc Duy
2010-01-14 22:10 ` Nirbheek Chauhan
2010-01-15 13:17 ` Nguyen Thai Ngoc Duy
2010-01-14 16:24 ` Ben de Groot
2010-01-14 17:04 ` "Paweł Hajdan, Jr."
2010-01-14 19:46 ` Pacho Ramos
2010-01-14 22:53 ` Nirbheek Chauhan
2010-01-14 20:31 ` Daniel Bradshaw
2010-01-14 22:21 ` Nirbheek Chauhan
2010-01-14 22:29 ` Nirbheek Chauhan
2010-01-14 22:54 ` Robin H. Johnson
2010-01-14 23:25 ` Petteri Räty
2010-01-15 8:32 ` Mike Frysinger
2010-01-14 23:28 ` Nirbheek Chauhan
2010-01-19 22:29 ` Arun Raghavan
2010-01-14 22:32 ` Daniel Bradshaw
2010-01-15 0:07 ` [gentoo-dev] " Paul Arthur
2010-01-15 0:47 ` Robin H. Johnson
2010-01-15 7:53 ` Max Arnold [this message]
2010-01-15 15:50 ` [gentoo-dev] Re: Last rites: net-nntp/inn Victor Ostorga
2010-01-15 16:09 ` Ben de Groot
2010-01-17 20:20 ` Thilo Bangert
2010-01-17 20:44 ` Richard Freeman
2010-01-17 21:12 ` Mike Frysinger
2010-01-17 22:25 ` Thilo Bangert
2010-01-18 1:23 ` Ben de Groot
2010-01-18 2:17 ` Richard Freeman
2010-01-20 13:49 ` Petteri Räty
2010-01-12 1:10 ` Duncan
2010-01-12 1:36 ` Richard Freeman
2010-01-12 3:43 ` Jeremy Olexa
2010-01-12 18:01 ` Richard Freeman
2010-01-12 20:33 ` Mike Frysinger
2010-01-12 20:51 ` Tomáš Chvátal
2010-01-12 21:39 ` Denis Dupeyron
2010-01-13 5:45 ` Jeroen Roovers
2010-01-13 14:24 ` Mike Frysinger
2010-01-13 16:27 ` Richard Freeman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100115075337.GA6165@bbone \
--to=lwarxx@gmail.com \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox