You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/09/29 10:47:34 UTC

[jira] Updated: (JCR-2727) Add user manager performance tests

     [ https://issues.apache.org/jira/browse/JCR-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-2727:
-------------------------------

    Attachment: 0001-JCR-2727-Add-user-manager-performance-tests.patch

Some of the current tests only run a single iteration in the runTest() method, which makes it a bit hard for the test suite to reliably measure the performance, especially since the performance improvements you made. See the attached patch for some improvements designed to avoid this problem and to leverage some recent test suite extras like getScale() and loginWriter().

> Add user manager performance tests 
> -----------------------------------
>
>                 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ürig
>            Assignee: Michael Dürig
>             Fix For: 2.2.0
>
>         Attachments: 0001-JCR-2727-Add-user-manager-performance-tests.patch
>
>
> We should add some performance tests for validating JCR-2710 and related. That is we should measure performance for creating users and groups and adding/removing users to/from groups. This should be done for both repository configurations: one with the old content model (group membership in property) and one with the new content model introduced with JCR-2710 (group membership in b-tree like node structure). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.