Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 85673 invoked from network); 6 May 2008 16:41:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 May 2008 16:41:25 -0000 Received: (qmail 20556 invoked by uid 500); 6 May 2008 16:41:27 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 20534 invoked by uid 500); 6 May 2008 16:41:26 -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 20523 invoked by uid 99); 6 May 2008 16:41:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2008 09:41: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; Tue, 06 May 2008 16:40:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A8E73234C106 for ; Tue, 6 May 2008 09:40:55 -0700 (PDT) Message-ID: <2098597088.1210092055690.JavaMail.jira@brutus> Date: Tue, 6 May 2008 09:40:55 -0700 (PDT) From: "Robert Wojciechowski (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=12594626#action_12594626 ] Robert Wojciechowski commented on COUCHDB-27: --------------------------------------------- Just for another point of reference, I benchmarked with the shell script using curl on FreeBSD and got: Results : -------------------------- 100 docs created in 3s 100 docs fetched in 1s 100 docs deleted in 1s So at least it is not a problem on all BSDs. > 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.