From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthieu Moy Newsgroups: gmane.comp.version-control.bazaar-ng.general,gmane.emacs.devel Subject: Re: Emacs repository benchmark: bzr and git Date: Tue, 18 Mar 2008 17:02:32 +0100 Message-ID: References: <20080318154316.GA6242@mithlond.arda.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205856363 16017 80.91.229.12 (18 Mar 2008 16:06:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2008 16:06:03 +0000 (UTC) Cc: bazaar@lists.canonical.com, emacs-devel@gnu.org To: Teemu Likonen Original-X-From: bazaar-bounces@lists.canonical.com Tue Mar 18 17:06:32 2008 Return-path: Envelope-to: gcvbg-bazaar-ng@m.gmane.org Original-Received: from chlorine.canonical.com ([91.189.94.204]) by lo.gmane.org with esmtp (Exim 4.50) id 1JbeJz-0005I3-JY for gcvbg-bazaar-ng@m.gmane.org; Tue, 18 Mar 2008 17:05:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1JbeJI-0005yi-Jq; Tue, 18 Mar 2008 16:05:08 +0000 Original-Received: from imag.imag.fr ([129.88.30.1]) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1JbeJH-0005yc-BE for bazaar@lists.canonical.com; Tue, 18 Mar 2008 16:05:07 +0000 Original-Received: from mail-veri.imag.fr (mail-veri.imag.fr [129.88.43.52]) by imag.imag.fr (8.13.8/8.13.8) with ESMTP id m2IG3KxX010716 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Tue, 18 Mar 2008 17:03:21 +0100 (CET) Original-Received: from bauges.imag.fr ([129.88.43.5]) by mail-veri.imag.fr with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1JbeGm-0006MN-Qs; Tue, 18 Mar 2008 17:02:32 +0100 Original-Received: from moy by bauges.imag.fr with local (Exim 4.63) (envelope-from ) id 1JbeGm-000351-OL; Tue, 18 Mar 2008 17:02:32 +0100 In-Reply-To: <20080318154316.GA6242@mithlond.arda.local> (Teemu Likonen's message of "Tue\, 18 Mar 2008 17\:43\:16 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (imag.imag.fr [129.88.30.1]); Tue, 18 Mar 2008 17:03:22 +0100 (CET) X-IMAG-MailScanner-Information: Please contact MI2S MIM for more information X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-SpamCheck: X-IMAG-MailScanner-From: moy@imag.fr X-BeenThere: bazaar@lists.canonical.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: bazaar discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bazaar-bounces@lists.canonical.com Errors-To: bazaar-bounces@lists.canonical.com Xref: news.gmane.org gmane.comp.version-control.bazaar-ng.general:38921 gmane.emacs.devel:92894 Archived-At: Teemu Likonen writes: > I just measured with 'time' command how long it takes to run certain > commands. Interesting benchmark, but what's missing is whether this is with hot or cold cache. For example: > $ time bzr log >/dev/null > real 3m15.708s I get a bit less than a minute here, and I don't think my machine is 4x faster than yours, so this was probably with cold cache. An interesting measure is "best of 3" (run it 3 times, and take the smallest).