[jboss-svn-commits] JBL Code SVN: r31634 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 12 13:53:53 EST 2010


Author: whitingjr
Date: 2010-02-12 13:53:52 -0500 (Fri, 12 Feb 2010)
New Revision: 31634

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt
Log:
Moved configuration to build.properties.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt	2010-02-12 18:50:31 UTC (rev 31633)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt	2010-02-12 18:53:52 UTC (rev 31634)
@@ -7,10 +7,10 @@
 src/main/resources/properties/database/<resource.X.db-vendor>/db-profile.properties - db-pool-max.size, db-pool-min.size
 
 * Number of times tests are repeated
-src/test/resources/testsuite-integration-ejb3.xml - test_count 
+build.properties - test-count 
 
 * Number of times tests are repeated before profiling is started, this warms up the compiler 
-src/test/resources/testsuite-integration-ejb3.xml - warmup_count
+build.properties - warmup-count
 
 * Set the database connection user name and password
 src/main/resources/properties/database/<resource.X.db-vendor>/database-locations/<resource.X.db-installation>/db-installation.properties - db-vendor-jdbc-userName, db-vendor-jdbc-password



More information about the jboss-svn-commits mailing list