[jbosscache-commits] JBoss Cache SVN: r7872 - benchmarks/benchmark-fwk/trunk/cache-products/Horizon-1.0.0/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Sat Mar 7 05:52:03 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-03-07 05:52:02 -0500 (Sat, 07 Mar 2009)
New Revision: 7872

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/Horizon-1.0.0/conf/local-RC.xml
   benchmarks/benchmark-fwk/trunk/cache-products/Horizon-1.0.0/conf/local-RR.xml
Log:
Greater concurrency level

Modified: benchmarks/benchmark-fwk/trunk/cache-products/Horizon-1.0.0/conf/local-RC.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/Horizon-1.0.0/conf/local-RC.xml	2009-03-07 10:48:55 UTC (rev 7871)
+++ benchmarks/benchmark-fwk/trunk/cache-products/Horizon-1.0.0/conf/local-RC.xml	2009-03-07 10:52:02 UTC (rev 7872)
@@ -2,6 +2,6 @@
 
 <horizon xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:horizon:config:1.0">
     <default>
-        <locking concurrencyLevel="5000" isolationLevel="READ_COMMITTED" />
+        <locking concurrencyLevel="10000" isolationLevel="READ_COMMITTED" />
     </default>
 </horizon>

Modified: benchmarks/benchmark-fwk/trunk/cache-products/Horizon-1.0.0/conf/local-RR.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/Horizon-1.0.0/conf/local-RR.xml	2009-03-07 10:48:55 UTC (rev 7871)
+++ benchmarks/benchmark-fwk/trunk/cache-products/Horizon-1.0.0/conf/local-RR.xml	2009-03-07 10:52:02 UTC (rev 7872)
@@ -2,6 +2,6 @@
 
 <horizon xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:horizon:config:1.0">
     <default>
-        <locking concurrencyLevel="5000" isolationLevel="REPEATABLE_READ" />
+        <locking concurrencyLevel="10000" isolationLevel="REPEATABLE_READ" />
     </default>
 </horizon>




More information about the jbosscache-commits mailing list