[jboss-svn-commits] JBL Code SVN: r30943 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 5 13:13:08 EST 2010


Author: whitingjr
Date: 2010-01-05 13:13:08 -0500 (Tue, 05 Jan 2010)
New Revision: 30943

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml
Log:
Changed concurrent count.
Changed property to more meaningful name.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml	2010-01-05 18:12:27 UTC (rev 30942)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/test/resources/testsuite-integration-ejb3.xml	2010-01-05 18:13:08 UTC (rev 30943)
@@ -45,9 +45,9 @@
 	<parameter name="warmup_count" value="10"/>
 	<parameter name="test_count" value="20"/>
 	
-	<parameter name="concurrency_count" value="1"/>
+	<parameter name="concurrency_count" value="5"/>
 	
-	<parameter name="profiler_fqcn" value="${profiler.driver}"/>
+	<parameter name="profiler_fqcn" value="${profiler.controller}"/>
 	
 	<!-- This flag controls the writing of state in first resource.  -->
 	<parameter name="invoke_optional_write" value="true"/>



More information about the jboss-svn-commits mailing list