[jbosscache-commits] JBoss Cache SVN: r5211 - in benchmarks/benchmark-fwk/trunk/cache-products: jbosscache-1.4.1 and 3 other directories.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 24 07:06:18 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-24 07:06:18 -0500 (Thu, 24 Jan 2008)
New Revision: 5211

Added:
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/config.sh
Removed:
   benchmarks/benchmark-fwk/trunk/cache-products/terracotta-2.4.8/
Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.0.0/config.sh
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.1.0/config.sh
   benchmarks/benchmark-fwk/trunk/cache-products/terracotta-2.5.0/config.sh
Log:
Updated shell scripts, removed old TC 2.4.8 stuff

Copied: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/config.sh (from rev 5209, benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.0.0/config.sh)
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/config.sh	                        (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/config.sh	2008-01-24 12:06:18 UTC (rev 5211)
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+#see "$CACHE_ROOT/cache-products/cache.sh" for details
+
+THIS_DIR="./cache-products/jbosscache-1.4.1"
+
+#setting up classpath
+for JAR in $THIS_DIR/lib/*
+do   
+   CLASSPATH=$CLASSPATH:$JAR
+done
+CLASSPATH=$CLASSPATH:./classes/production/jbosscache-1.4.1
+CLASSPATH=$CLASSPATH:$THIS_DIR/conf
+#--classpath was set
+
+#additional JVM options
+JVM_OPTIONS="$JVM_OPTIONS -Xmx1024m -Djava.net.preferIPv4Stack=true -DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.JBossCacheWrapper"
+

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.0.0/config.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.0.0/config.sh	2008-01-24 12:05:43 UTC (rev 5210)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.0.0/config.sh	2008-01-24 12:06:18 UTC (rev 5211)
@@ -14,5 +14,5 @@
 #--classpath was set
 
 #additional JVM options
-JVM_OPTIONS="$JVM_OPTIONS -Xmx1024m -Djava.net.preferIPv4Stack=true"
+JVM_OPTIONS="$JVM_OPTIONS -Xmx1024m -Djava.net.preferIPv4Stack=true -DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.JBossCache200Wrapper"
 

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.1.0/config.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.1.0/config.sh	2008-01-24 12:05:43 UTC (rev 5210)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-2.1.0/config.sh	2008-01-24 12:06:18 UTC (rev 5211)
@@ -15,5 +15,4 @@
 #--classpath was set
 
 #additional JVM options
-JVM_OPTIONS="$JVM_OPTIONS -Xmx1024m -Djava.net.preferIPv4Stack=true"
-JVM_OPTIONS="$JVM_OPTIONS -DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.JBossCache210Wrapper"
\ No newline at end of file
+JVM_OPTIONS="$JVM_OPTIONS -Xmx1024m -Djava.net.preferIPv4Stack=true" JVM_OPTIONS="$JVM_OPTIONS -DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.JBossCache210Wrapper"
\ No newline at end of file

Modified: benchmarks/benchmark-fwk/trunk/cache-products/terracotta-2.5.0/config.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/terracotta-2.5.0/config.sh	2008-01-24 12:05:43 UTC (rev 5210)
+++ benchmarks/benchmark-fwk/trunk/cache-products/terracotta-2.5.0/config.sh	2008-01-24 12:06:18 UTC (rev 5211)
@@ -3,7 +3,7 @@
 #see "$CACHE_ROOT/cache-products/cache.sh" for details
 
 THIS_DIR=./cache-products/terracotta-2.5.0
-TC_HOME="/qa/home/mmarkus/java/terracotta-2.5.0"
+TC_HOME="${HOME}/java/terracotta-2.5.0"
 
 #addint terracotta wrapper class to classpath
 CLASSPATH=$CLASSPATH:./classes/production/terracotta-2.5.0




More information about the jbosscache-commits mailing list