Hi all, I attached a patch to JCR-3382 containing two performance tests. The tests are: - TreeRandomReadTest: perform 1.000 reads on unique paths using a new Session, with a clear cache for ItemManager. - RepeatedTreeRandomReadTest: perform 1.000 reads on unique paths using an existing Session, thus accessing items from the cache in ItemManager.
I compared results for 2.4 and 2.6 and it looks like there is no performance loss due to the patch.
