[jbosscache-commits] JBoss Cache SVN: r7750 - benchmarks/benchmark-fwk/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Feb 23 07:01:29 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-02-23 07:01:28 -0500 (Mon, 23 Feb 2009)
New Revision: 7750

Removed:
   benchmarks/benchmark-fwk/trunk/runAllLocalRC.sh
Log:


Deleted: benchmarks/benchmark-fwk/trunk/runAllLocalRC.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/runAllLocalRC.sh	2009-02-23 11:58:18 UTC (rev 7749)
+++ benchmarks/benchmark-fwk/trunk/runAllLocalRC.sh	2009-02-23 12:01:28 UTC (rev 7750)
@@ -1,26 +0,0 @@
-#!/bin/bash
-
-# for jdk in java5 java6 java7 ; do
-source java5
-jdk=java5
-rm -rf ./output/*
-export PLAIN_JVM_OPTIONS="${JVM_OPTIONS} -DcacheBenchFwk.fwkCfgFile=cachebench-local.xml -Xms2g -Xmx2g -Xss128k"
-
-unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=.FLAT"
-./runLocalNode.sh starobrno mvcc-local-RC.xml
-
-unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS} -DcacheBenchFwk.productSuffix=.TREE -Dstarobrno.tree=true"
-./runLocalNode.sh starobrno mvcc-local-RC.xml
-
-unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS}"
-./runLocalNode.sh jbosscache-3.0.0 mvcc-local-RC.xml
-unset JVM_OPTIONS && export JVM_OPTIONS="${PLAIN_JVM_OPTIONS}"
-./runLocalNode.sh ehcache-1.5.0 ehcache-local.xml
-
-mkdir output
-mv data* ./output
-
-./generateChart.sh -reportDir output -o LocalMode-${jdk} -chartType putget
-
-# done
-




More information about the jbosscache-commits mailing list