[jboss-svn-commits] JBL Code SVN: r31107 - labs/jbosstm/workspace/whitingjr/trunk/performance.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jan 15 11:54:35 EST 2010
Author: whitingjr
Date: 2010-01-15 11:54:35 -0500 (Fri, 15 Jan 2010)
New Revision: 31107
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
Log:
Added more details to the documentation. Explaining the processing of the XML metrics.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt 2010-01-15 16:37:07 UTC (rev 31106)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt 2010-01-15 16:54:35 UTC (rev 31107)
@@ -15,6 +15,12 @@
system being profiled without the profiler running. The framework uses multi-threading to run
tests concurrently.
+ Each run produces a comma separated variable file. Which contains the average values for several
+ categories. Categories can be made up of particular methods. The main categories for this project
+ are category-0 which is the whole test method, category-B which is the read and write with
+ resource A, category-C is the read and write for resource B, category-D is the commit and category-A
+ is 0-(B+C+D) everything else.
+
Additional information.
The project uses a combination of Ant, JIP and TestNG for executing test cases. To analyse
More information about the jboss-svn-commits
mailing list