Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 248B910CE2 for ; Fri, 26 Apr 2013 11:13:10 +0000 (UTC) Received: (qmail 78722 invoked by uid 500); 26 Apr 2013 11:13:09 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 78544 invoked by uid 500); 26 Apr 2013 11:13:06 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 78500 invoked by uid 99); 26 Apr 2013 11:13:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Apr 2013 11:13:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jukka.zitting@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Apr 2013 11:12:56 +0000 Received: by mail-ob0-f175.google.com with SMTP id wp18so3468131obc.34 for ; Fri, 26 Apr 2013 04:12:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=eGfud1Zwe+UzYNeHWxNwYk7y4Ydt8XaA1xA+Jr99Owg=; b=YDdfi/BFEgmBPaaGrVJQ45tFB8Y17bZ1OBEAff4CrZkGTv7WG/3QW5/6ohsfYQCrFV ei53PmcNj4L9wRkco+OT+r2N+DlUu1US3qCgA+T5fV+UHKCBOGzwEWP3komTiUHLYcyH 0IGyiQnkFy3owNQV3KXV1HKISMAOvk/n0/15SiyFpMFVGYglELWGRKprcNdKUzBcsR/D q7BsWBEApSA3ACn0QBgOEHgVkRZwMUkhZdoMM0qph0lZYNwY47uZuHPoA0+aJUkYnFGb E6NgDIvugg/jNbPke8ClnsQRGPW4DJ9Vo0rU8Tm8A4QJGbVwMbfhM8VfNc3NoxKi3GO6 /mAA== X-Received: by 10.182.226.136 with SMTP id rs8mr22698006obc.50.1366974752963; Fri, 26 Apr 2013 04:12:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.61.44 with HTTP; Fri, 26 Apr 2013 04:12:12 -0700 (PDT) In-Reply-To: References: From: Jukka Zitting Date: Fri, 26 Apr 2013 14:12:12 +0300 Message-ID: Subject: Re: Some more benchmarks To: Oak devs Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Wed, Mar 27, 2013 at 11:41 AM, Jukka Zitting wrote: > Here's a few more simple benchmark results to show where we are: Updated numbers with latest Oak: # ReadPropertyTest min 10% 50% 90% max N Jackrabbit 34 35 37 60 110 1333 Oak-Default 8 9 9 20 76 4972 Oak-Mongo 10 10 11 34 38 4501 Oak-Segment 13 13 14 37 44 3482 # SmallFileReadTest min 10% 50% 90% max N Jackrabbit 50 52 76 117 622 764 Oak-Default 51 53 77 390 496 483 Oak-Mongo 159 160 184 517 657 259 Oak-Segment 15 16 17 40 86 2813 # SmallFileWriteTest min 10% 50% 90% max N Jackrabbit 181 200 250 469 1088 105 Oak-Default 169 180 232 429 923 107 Oak-Mongo 698 727 886 1051 1066 26 Oak-Segment 221 247 262 337 651 77 Overall that's pretty nice progress. Apart from a few exceptions, we're now better (sometimes significantly so) or on par with Jackrabbit 2.x in these benchmarks. BR, Jukka Zitting