Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 71628 invoked from network); 7 May 2008 10:40:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2008 10:40:28 -0000 Received: (qmail 29375 invoked by uid 500); 7 May 2008 10:40:29 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 29342 invoked by uid 500); 7 May 2008 10:40:29 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 29331 invoked by uid 99); 7 May 2008 10:40:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 03:40:29 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 10:39:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 178A4234C107 for ; Wed, 7 May 2008 03:39:56 -0700 (PDT) Message-ID: <1889402878.1210156796081.JavaMail.jira@brutus> Date: Wed, 7 May 2008 03:39:56 -0700 (PDT) From: "Benoit Chesneau (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Commented: (COUCHDB-27) performance tests on openbsd, linux, macosx on 3 machines with couchdb 7.2 In-Reply-To: <1316602239.1205094946141.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594848#action_12594848 ] Benoit Chesneau commented on COUCHDB-27: ---------------------------------------- could give more details about your setup and what did you use for your tests ? I didn't have such resulst on fbsd 7 , same machines with python httplib (whithout setting http header to close the connexion.) > performance tests on openbsd, linux, macosx on 3 machines with couchdb 7.2 > -------------------------------------------------------------------------- > > Key: COUCHDB-27 > URL: https://issues.apache.org/jira/browse/COUCHDB-27 > Project: CouchDB > Issue Type: Test > Environment: OpenBSD 4.3-current, Linux 2.6.22/2.6.24, MacOSX 10.5 - couchdb 0.7.2 - erlang RB12.1 > Reporter: Benoit Chesneau > Priority: Minor > Attachments: test_couchdb.py, test_couchdb.sh > > > Quick test on couchdb. It consist on creating 100 docs, fetching them and deleting them serially. Test was done with couchdb-python on couchdb 0.7.2 (code attached). It appear macosx is better. I have same difference with test suite. > Results OpenBSD (amd64 64 X2 Dual Core Processor 4400+ 2go of ram)) > ======================= > Create Time: 39.6011528969 secs > Fetch Time : 19.8005139828 secs > Delete Time : 39.6008718014ecs > Results linux (same machine as above) > ======================= > Create Time: 9.7383852005 secs > Fetch Time : 3.96818208694 secs > Delete Time : 9.25578308105ecs > Results Linux (Intel quadcores 4 go of ram) > ======================= > Create Time: 8.34433197975 secs > etch Time : 4.10443782806 secs > Delete Time : 8.70160794258 secs > Results OSX (mac mini g4 1.5ghz) > ======================= > Create Time: 3.89569687843 secs > Fetch Time : 2.90024995804 secs > Delete Time : 7.2784512043ecs -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.