From couchdb-dev-return-436-apmail-incubator-couchdb-dev-archive=incubator.apache.org@incubator.apache.org Sun May 25 22:06:25 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 48791 invoked from network); 25 May 2008 22:06:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2008 22:06:25 -0000 Received: (qmail 56203 invoked by uid 500); 25 May 2008 22:06:27 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 56167 invoked by uid 500); 25 May 2008 22:06:27 -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 56154 invoked by uid 99); 25 May 2008 22:06:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2008 15:06:26 -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; Sun, 25 May 2008 22:05:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D4688234C122 for ; Sun, 25 May 2008 15:05:55 -0700 (PDT) Message-ID: <789922159.1211753155865.JavaMail.jira@brutus> Date: Sun, 25 May 2008 15:05:55 -0700 (PDT) From: "Christopher Lenz (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=12599727#action_12599727 ] Christopher Lenz commented on COUCHDB-27: ----------------------------------------- Can you provide some updated info on this no that we've enabled TCP_NODELAY, and considering what we learnt about the IPV6 (non-)support? > 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.