[jbosscache-commits] JBoss Cache SVN: r5056 - benchmarks/CacheTests/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 8 08:55:42 EST 2008


Author: bela at jboss.com
Date: 2008-01-08 08:55:42 -0500 (Tue, 08 Jan 2008)
New Revision: 5056

Modified:
   benchmarks/CacheTests/trunk/README
Log:
ns

Modified: benchmarks/CacheTests/trunk/README
===================================================================
--- benchmarks/CacheTests/trunk/README	2008-01-08 13:51:05 UTC (rev 5055)
+++ benchmarks/CacheTests/trunk/README	2008-01-08 13:55:42 UTC (rev 5056)
@@ -2,9 +2,29 @@
 
 Version: $Id$
 
+
+
 Benchmarking Coherence and Terracotta
 =====================================
 
 Download the following JARs from the respetive web sites and copy them into the ./lib directory:
 - for Terracotta: tc.jar, je.jar
 - for Coherence: tangosol.jar and coherence.jar
+
+
+Building
+--------
+
+"ant clean all" compiles all classes into ./classes
+
+Running
+-------
+
+The various *.sh scripts run the individual cache tests:
+
+- ch.sh: Coherence
+- jbc.sh: JBossCache
+- pc.sh: PojoCache. Note that -Djboss.aop.path needs to be defined, plus the -javaagent:lib/jboss-aop.jar option
+                    needs to be set
+- tc.sh: Terracotta. You may have to change the location of Terracotta, e.g. ../terracotta-2.5.0/bin/dso-java.sh
+




More information about the jbosscache-commits mailing list