| Class | Description |
|---|---|
| AbstractPerformanceTest |
This class calls all known performance tests.
|
| AbstractTest |
Abstract base class for individual performance benchmarks.
|
| ConcurrentReadTest |
Test case that traverses 10k unstructured nodes (100x100) while 50 concurrent
readers randomly access nodes from within this tree.
|
| ConcurrentReadWriteTest |
A
ConcurrentReadTest with a single writer thread that continuously
updates the nodes being accessed by the readers. |
| CreateManyChildNodesTest |
Test for measuring the performance of creating a node with
child nodes.
|
| DescendantSearchTest |
Performance test to check performance of queries on sub-trees.
|
| IndexManager |
A utility class to manage indexes in Oak.
|
| LoginLogoutTest | |
| LoginTest | |
| ReadPropertyTest |
ReadPropertyTest implements a performance test, which reads
three properties: one with a jcr prefix, one with the empty prefix and a
third one, which does not exist. |
| SetPropertyTest |
Test for measuring the performance of setting a single property and
saving the change.
|
| SimpleSearchTest |
Run a simple query of the form "//*[@testcount=...]".
|
| SmallFileReadTest | |
| SmallFileWriteTest | |
| SQL2DescendantSearchTest |
SQL-2 version of the sub-tree performance test.
|
| SQL2SearchTest | |
| TransientManyChildNodesTest |
Test for measuring the performance of iterations of
transiently adding and removing a child node to a node that already has
existing child nodes.
|
| UpdateManyChildNodesTest |
Test for measuring the performance of adding one extra child node to
node with existing child nodes.
|
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.