Author: mircea.markus
Date: 2008-01-03 02:17:38 -0500 (Thu, 03 Jan 2008)
New Revision: 4956
Modified:
cache-bench-fwk/trunk/conf/cachebench.xml
Log:
removed other onfig files as they are utdated
Modified: cache-bench-fwk/trunk/conf/cachebench.xml
===================================================================
--- cache-bench-fwk/trunk/conf/cachebench.xml 2008-01-03 07:05:03 UTC (rev 4955)
+++ cache-bench-fwk/trunk/conf/cachebench.xml 2008-01-03 07:17:38 UTC (rev 4956)
@@ -46,7 +46,7 @@
<!-- warms up the cache by doing operation on it; simulates a real-world
environment. If no warmup is needed use
org.cachebench.warmup.NoCacheWarmup
-->
- <warmup warmupClass="org.cachebench.warmup.NoCacheWarmup">
+ <warmup warmupClass="org.cachebench.warmup.PutGetCacheWarmup">
<param name="operationCount" value="100"/>
</warmup>