Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 71449 invoked from network); 21 Oct 2010 12:50:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Oct 2010 12:50:44 -0000 Received: (qmail 46912 invoked by uid 500); 21 Oct 2010 12:50:44 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 46725 invoked by uid 500); 21 Oct 2010 12:50:44 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 46713 invoked by uid 99); 21 Oct 2010 12:50:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 12:50:43 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 12:50:40 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9LCoIgt029247 for ; Thu, 21 Oct 2010 12:50:18 GMT Message-ID: <6987937.6241287665418852.JavaMail.jira@thor> Date: Thu, 21 Oct 2010 08:50:18 -0400 (EDT) From: =?utf-8?Q?Michael_D=C3=BCrig_=28JIRA=29?= To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-2727) Add user manager performance tests In-Reply-To: <29622287.530851282657396447.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2727?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D129234= 25#action_12923425 ]=20 Michael D=C3=BCrig commented on JCR-2727: ------------------------------------ Thanks for the patch. However, the semantics of AddGroupMembersTest changed= : the intent of the original test was to measure the performance of adding = many users (thousands) to a group. The changed test measures performance of= adding a few users to a group (100). The same applies to CreateUserTest re= spectively. I edited the patch to regain the original semantics while preserving your f= ixes and ran the performance tests: # AddGroupMembersTest min 10% 50% 90% ma= x 2.2-btree-usermanager-repository 146 152 189 259 34= 1 2.2-default-usermanager-repository 789 930 1945 2875 320= 5 # GroupMemberLookupTest min 10% 50% 90% ma= x 2.2-btree-usermanager-repository 749 755 766 779 128= 9 2.2-default-usermanager-repository 1176 1179 1203 1257 131= 0 # CreateUserTest min 10% 50% 90% ma= x 2.2-btree-usermanager-repository 1189 1303 1648 2127 216= 1 2.2-default-usermanager-repository 1181 1386 1981 2895 327= 8 # GroupGetMembersTest min 10% 50% 90% ma= x 2.2-btree-usermanager-repository 6 6 7 11 8= 7 2.2-default-usermanager-repository 4 4 5 8 1= 7 I'll commit the edited patch to trunk in a minute. > Add user manager performance tests=20 > ----------------------------------- > > Key: JCR-2727 > URL: https://issues.apache.org/jira/browse/JCR-2727 > Project: Jackrabbit Content Repository > Issue Type: New Feature > Components: test > Affects Versions: 2.2.0 > Reporter: Michael D=C3=BCrig > Assignee: Michael D=C3=BCrig > Fix For: 2.2.0 > > Attachments: 0001-JCR-2727-Add-user-manager-performance-tests.pat= ch > > > We should add some performance tests for validating JCR-2710 and related.= That is we should measure performance for creating users and groups and ad= ding/removing users to/from groups. This should be done for both repository= configurations: one with the old content model (group membership in proper= ty) and one with the new content model introduced with JCR-2710 (group memb= ership in b-tree like node structure).=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.