Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 46355 invoked from network); 14 Aug 2009 17:00:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Aug 2009 17:00:03 -0000 Received: (qmail 47263 invoked by uid 500); 14 Aug 2009 17:00:09 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 47221 invoked by uid 500); 14 Aug 2009 17:00:09 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 47211 invoked by uid 99); 14 Aug 2009 17:00:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 17:00:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.p.carey@gmail.com designates 72.14.220.152 as permitted sender) Received: from [72.14.220.152] (HELO fg-out-1718.google.com) (72.14.220.152) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 17:00:01 +0000 Received: by fg-out-1718.google.com with SMTP id l27so114240fgb.3 for ; Fri, 14 Aug 2009 09:59:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=5M2uq6TeimGeI1ymyKVsn2UzwUixP/N+gjWeR2++ohs=; b=fE+0lOvwErGeEPZXN0J2wZZjmct11iobHL0g/BrEbpKD6ONW9cgD5UiPxJI0LgI4J/ EX8XyEOSBDFtZ1e21JTZlTfQMCpAaSdZHtANId207dTee59YGmpjh7ifOHYmHT72Z812 cKGP1TvRL0GCdaMWV457jvkGkymydwshhh/zY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=N/fpYZqpkGUSMIp6esdUA3nWxJLKCj5j+ui3QmDigkchBjWYptdHZm7YNnCh+JTIye geQ6EIAOZ8q7ZkBXNcmVQXAx/yfmZYAhV2PFsqmDgXJzjV9RfV4Yak4eONTSzeHP+qFb LX+1bx+YE+gcXQmKlgGYnrTmKCJSIb7nzwsM0= MIME-Version: 1.0 Received: by 10.86.229.18 with SMTP id b18mr1304882fgh.34.1250269179952; Fri, 14 Aug 2009 09:59:39 -0700 (PDT) In-Reply-To: References: <13ae4dd50908140844i5d785b41u6d8deece70876398@mail.gmail.com> <13ae4dd50908140923j4548f54dh83c22f1f1c68fd9d@mail.gmail.com> Date: Fri, 14 Aug 2009 17:59:39 +0100 Message-ID: <13ae4dd50908140959y1ad94549j238113a3c6d56ae@mail.gmail.com> Subject: Re: Performance drop after upgrading erlang From: Paul Carey To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org If 30s for the 0.10 test suite is about right, and R12B-3 didn't fsync properly, it sounds like I have my answer. Thanks Paul, Adam. On Fri, Aug 14, 2009 at 5:56 PM, Paul Davis wrote: > On Fri, Aug 14, 2009 at 12:23 PM, Paul Carey wrote: >> Paul >> >> I'm not sure I did, so I deleted the install completely, re-installed >> and am running via ./utils/run so I'm pretty sure there's no detritus >> hanging around. >> >> After re-running the test suite 3 times the avg run time on 0.9.1 was >> 47s and and on 0.10 (804278) was 31s. >> > > 30s for the 0.10 futon tests sounds about right to me. There are more > tests, though I haven't seen any other numbers on the time for running > the test suite. > > Hopefully we can start working some basic timing into the build bot > instance that infra is going to build for us. While not an immediate > answer, hopefully it'll help us keep an eye on such things. > >> On Fri, Aug 14, 2009 at 4:50 PM, Paul Davis wrote: >>> Paul, >>> >>> That's most odd. This is the first i've heard of a performance drop >>> after upgrading Erlang. When you re-built CouchDB did you make sure >>> that there weren't old beam files in the build directory? >>> >>> Paul >>> >>> On Fri, Aug 14, 2009 at 11:44 AM, Paul Carey wrote: >>>> Hi >>>> >>>> I've been behind the curve in my otp version, running R12B (5.6.3) >>>> until just now. >>>> >>>> Using R12B, the 0.9.1 test suite ran to completion in about 12s. >>>> >>>> I've just upgraded to R13B01 (5.7.2) and now the 0.9.1 test suite >>>> takes about 50s - 60s to complete. This is a big difference. Is it >>>> expected or have I got problems? >>>> >>>> I'm running OS X 10.5.8 and simply ran ./configure without any flags >>>> when building both Erlang and CouchDB. I re-ran ./configure and make >>>> for CouchDB after upgrading Erlang. >>>> >>>> Many thanks >>>> >>>> Paul >>>> >>> >> >