[jboss-svn-commits] JBL Code SVN: r32345 - labs/jbosstm/workspace/whitingjr/trunk/performance.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Apr 1 10:36:09 EDT 2010
Author: whitingjr
Date: 2010-04-01 10:36:09 -0400 (Thu, 01 Apr 2010)
New Revision: 32345
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/build.properties
Log:
Added re-located properties.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/build.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/build.properties 2010-04-01 14:35:15 UTC (rev 32344)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/build.properties 2010-04-01 14:36:09 UTC (rev 32345)
@@ -1,3 +1,4 @@
+
# Properties file for setting default profiling flags
# required
@@ -15,16 +16,24 @@
transaction.log.store=logs
-threads=5
-warmup-count=1
-profiled-count=1
+threads=1
+warmup-count=300
+profiled-count=5000
# y or n
profiled=n
# does the profiled wait for a debugger to be attached ?
# y or n
-suspend=y
+suspend=n
#connection_handler_fqcn=org.jboss.jbossts.performance.task.pooling.PooledConnectionHandler
connection_handler_fqcn=org.jboss.jbossts.performance.task.pooling.CachedConnection
+#connection_handler_fqcn=org.jboss.jbossts.performance.task.pooling.XACachedConnection
+
+# optional write
+optional.write.enabled=true
+
+# test case
+#fqcn.test.case=org.jboss.jbossts.performance.resource.SynchronizeResourcesTest
+fqcn.test.case=org.jboss.jbossts.performance.jdbc.JDBCTest
More information about the jboss-svn-commits
mailing list