Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 50476 invoked from network); 9 Mar 2008 20:37:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2008 20:37:11 -0000 Received: (qmail 94077 invoked by uid 500); 9 Mar 2008 20:37:08 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 93992 invoked by uid 500); 9 Mar 2008 20:37:08 -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 93983 invoked by uid 99); 9 Mar 2008 20:37:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 13:37:08 -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, 09 Mar 2008 20:36:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 242B8234C086 for ; Sun, 9 Mar 2008 13:35:46 -0700 (PDT) Message-ID: <1316602239.1205094946141.JavaMail.jira@brutus> Date: Sun, 9 Mar 2008 13:35:46 -0700 (PDT) From: "Benoit Chesneau (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-27) performance tests on openbsd, linux, macosx on 3 machines with couchdb 7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.