Author: mcucchiara
Date: Mon Oct 24 15:09:15 2011
New Revision: 1188167
URL: http://svn.apache.org/viewvc?rev=1188167&view=rev
Log:
Added bench batch
Added:
commons/proper/ognl/performance-analysis/bench.bat (with props)
commons/proper/ognl/performance-analysis/bench.sh (with props)
Added: commons/proper/ognl/performance-analysis/bench.bat
URL:
http://svn.apache.org/viewvc/commons/proper/ognl/performance-analysis/bench.bat?rev=1188167&view=auto
==============================================================================
--- commons/proper/ognl/performance-analysis/bench.bat (added)
+++ commons/proper/ognl/performance-analysis/bench.bat Mon Oct 24 15:09:15 2011
@@ -0,0 +1 @@
+mvn test -Djub.customkey=%1 -Djub.consumers=CONSOLE,XML,H2
-Djub.db.file=data/benchmarks/database -Djub.xml.file=logs/benchmarks.xml
-Djub.charts.dir=data/benchmarks/graphs
Propchange: commons/proper/ognl/performance-analysis/bench.bat
------------------------------------------------------------------------------
svn:eol-style = native
Added: commons/proper/ognl/performance-analysis/bench.sh
URL:
http://svn.apache.org/viewvc/commons/proper/ognl/performance-analysis/bench.sh?rev=1188167&view=auto
==============================================================================
--- commons/proper/ognl/performance-analysis/bench.sh (added)
+++ commons/proper/ognl/performance-analysis/bench.sh Mon Oct 24 15:09:15 2011
@@ -0,0 +1 @@
+mvn test -Djub.customkey=$1 -Djub.consumers=CONSOLE,XML,H2
-Djub.db.file=target/benchmarks/database
-Djub.xml.file=target/logs/benchmarks.xml
-Djub.charts.dir=target/data/benchmarks/graphs
Propchange: commons/proper/ognl/performance-analysis/bench.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: commons/proper/ognl/performance-analysis/bench.sh
------------------------------------------------------------------------------
svn:executable = *