You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/09/28 11:19:34 UTC

svn commit: r1002064 - /jackrabbit/trunk/test/performance/README.txt

Author: jukka
Date: Tue Sep 28 09:19:34 2010
New Revision: 1002064

URL: http://svn.apache.org/viewvc?rev=1002064&view=rev
Log:
JCR-2695: Jackrabbit performance test suite

Improved documentation

Modified:
    jackrabbit/trunk/test/performance/README.txt

Modified: jackrabbit/trunk/test/performance/README.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/test/performance/README.txt?rev=1002064&r1=1002063&r2=1002064&view=diff
==============================================================================
--- jackrabbit/trunk/test/performance/README.txt (original)
+++ jackrabbit/trunk/test/performance/README.txt Tue Sep 28 09:19:34 2010
@@ -12,4 +12,26 @@ Note that the test suite will take more 
 avoid distorting the results you should avoid putting any extra load on
 the computer while the test suite is running.
 
-The results are stored as jackrabbit*/target/performance-*.txt report files.
+The results are stored as jackrabbit*/target/*.txt report files.
+
+Selecting which tests to run
+----------------------------
+
+The -Donly= command line parameter allows you to specify a regexp for
+selecting which performance test cases to run. To run a single test
+case, use a command like this:
+
+    mvn clean install -Donly=ConcurrentReadTest
+
+To run all concurrency tests, use:
+
+    mvn clean install -Donly=Concurrent.*Test
+
+Using a profiler
+----------------
+
+To enable a profiler, use the -Dagentlib= command line pameter:
+
+    mvn clean install -Dagentlib=hprof=cpu=samples,depth=10
+
+