#At file:///Users/mz/mysql/ndb-7.1-opt64/ based on revid:martin.zaun@stripped
3867 Martin Zaun 2010-10-19
crund - aligned tws benchmark's java with c++ version.
modified:
storage/ndb/test/crund/tws/run.properties.sample
=== modified file 'storage/ndb/test/crund/tws/run.properties.sample'
--- a/storage/ndb/test/crund/tws/run.properties.sample 2010-10-08 04:23:30 +0000
+++ b/storage/ndb/test/crund/tws/run.properties.sample 2010-10-19 22:53:39 +0000
@@ -1,4 +1,21 @@
-# benchmark settings
+######################################################################
+# driver settings
+######################################################################
+
+logRealTime=true
+logCpuTime=true
+logMemUsage=false
+includeFullGC=false
+
+#warmupRuns=10
+#warmupRuns=1
+warmupRuns=0
+
+######################################################################
+# TWS workload settings
+######################################################################
+
+renewConnection=false
doJdbc=true
doClusterj=true
doNdbjtie=true
@@ -26,35 +43,36 @@ lockMode=READ_COMMITTED
# clusterj single/bulk: ndb-7.1.8 revno 3782 crashes with node failure during
#nRows=16000
#nRows=4000
-nRows=1000
+#nRows=1000
#nRows=500
#nRows=250
-#nRows=10
+nRows=10
-#warmupRuns=1000
-#warmupRuns=100
-#warmupRuns=10
-#warmupRuns=1
-warmupRuns=0
-
-#hotRuns=10000
-#hotRuns=1000
-#hotRuns=100
-#hotRuns=10
-hotRuns=1
+#nRuns=100
+#nRuns=10
+nRuns=1
+######################################################################
# NDBAPI connection settings
+######################################################################
+
ndb.mgmdConnect=localhost
ndb.catalog=testdb
ndb.schema=def
+######################################################################
# JDBC - MySQL settings
+######################################################################
+
jdbc.url=jdbc:mysql://localhost/testdb
jdbc.driver=com.mysql.jdbc.Driver
jdbc.user=root
jdbc.password=
+######################################################################
# ClusterJ settings
+######################################################################
+
com.mysql.clusterj.connectstring=localhost:1186
com.mysql.clusterj.database=testdb
com.mysql.clusterj.connect.retries=4
@@ -73,4 +91,4 @@ com.mysql.clusterj.tie.level=INFO
#handlers=java.util.logging.FileHandler
#java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
#java.util.logging.FileHandler.level=FINEST
-#java.util.logging.FileHandler.pattern=./target/log%u
\ No newline at end of file
+#java.util.logging.FileHandler.pattern=./target/log%u
Attachment: [text/bzr-bundle] bzr/martin.zaun@oracle.com-20101019225339-aozm9ulyrr5g47fw.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.1 branch (martin.zaun:3867) | Martin Zaun | 20 Oct |