Author: [email protected]
Date: Wed Oct 26 14:49:24 2011
New Revision: 1656

Log:
[AMDATUAUTH-110] Refactoring part 4

Modified:
   
trunk/amdatu-auth/test-performance/test-execution/src/main/assembly/component.xml
   
trunk/amdatu-auth/test-performance/test-execution/src/main/resources/shell/configuration.properties

Modified: 
trunk/amdatu-auth/test-performance/test-execution/src/main/assembly/component.xml
==============================================================================
--- 
trunk/amdatu-auth/test-performance/test-execution/src/main/assembly/component.xml
   (original)
+++ 
trunk/amdatu-auth/test-performance/test-execution/src/main/assembly/component.xml
   Wed Oct 26 14:49:24 2011
@@ -18,6 +18,27 @@
 <component 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.0
 view-source:http://maven.apache.org/xsd/component-1.1.0.xsd";>
 
+  <dependencySets>
+    <dependencySet>
+      <outputFileNameMapping>auth-0.2.0.zip</outputFileNameMapping>
+      <outputDirectory>amdatu-versions</outputDirectory>
+        <unpack>false</unpack>
+        <scope>runtime</scope>
+        <includes>
+          
<include>org.amdatu.auth:org.amdatu.auth.test.performance.release-0.2.0</include>
+        </includes>
+    </dependencySet>
+    <dependencySet>
+      <outputFileNameMapping>auth-0.2.1.zip</outputFileNameMapping>
+      <outputDirectory>amdatu-versions</outputDirectory>
+        <unpack>false</unpack>
+        <scope>runtime</scope>
+        <includes>
+          
<include>org.amdatu.auth:org.amdatu.auth.test.performance.release-0.2.1</include>
+        </includes>
+    </dependencySet>
+  </dependencySets>
+
   <fileSets>
     <fileSet>
       <directory>src/main/resources/amdatu-versions</directory>

Modified: 
trunk/amdatu-auth/test-performance/test-execution/src/main/resources/shell/configuration.properties
==============================================================================
--- 
trunk/amdatu-auth/test-performance/test-execution/src/main/resources/shell/configuration.properties
 (original)
+++ 
trunk/amdatu-auth/test-performance/test-execution/src/main/resources/shell/configuration.properties
 Wed Oct 26 14:49:24 2011
@@ -15,41 +15,47 @@
 
 # Java properties file for performance test execution.
 
+# Verbose will print all input arguments to the command line
+verbose=false
+
 # Run a performance test
 runtest=true
 
-# ... on all Amdatu versions available in directory:
-# NB: Copy the versions to this directory before running this test
-versiondir=amdatu-versions
+# Analyze the result of a performance test (can be combines with runtest)
+analyze=true
 
-# ... , execute the JMeter plans from the directory:
-jmeterplansdir=jmeter-plans
+# Run a verification, meaning that also a performance test is excuted of
+# version X against version X. This should obviously result in an outcome
+# stating that there is no significant difference in performance
+verify=true
 
-# ... , write the result to the directory:
-resultsdir=results
+# Executes the test for all Amdatu versions available in this directory
+# NB: Copy the versions to this directory before running this test
+versiondir=amdatu-versions
 
-# ... and use this as temporary directoy:
+# The temporary directoy in which all test execution takes place
 tmpdir=tmp
 
-# Before execution of the test, remove the example bundles from the release
-noexamples=true
+# Removes the work directory just before starting Amdatu. Can be:
+# 0 - Do not remove work directory
+# 1 - Remove work directory, except for the bundle cache
+# 2 - Remove work directory completely
+clean=0
 
-# Run the HTTP service on port 2204
-port=2204
+# Execute the JMeter plans from the directory:
+jmeterplansdir=jmeter-plans
 
-# Run a verification, meaning that also a performance test is excuted of
-# version X against version X. This should obviously result in an outcome
-# stating that there is no significant difference in performance
-verify=true
+# Write the analyze results to the directory:
+resultsdir=results
 
-# Run 1 testloop
+# The amount of test loops to execute
 testloops=50
 
-# Perform a statistics analysis after running the test
-analyze=true
-
-# ... but omit the first 50 results of each test run
+# Omit the first [amount] results of each test run, with the purpose of 
reducing correlation between the results
 omit=50
 
-# ... and use new samples Z where each sample Z is mean of m samples X-Y
-m=250
\ No newline at end of file
+# The amount of samples to define Z for; each sample Z is the mean of m 
samples X-Y
+m=50
+
+# Run the HTTP service on port 2204
+port=2204
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to