Author: [email protected] Date: Tue Apr 19 09:14:15 2011 New Revision: 992 Log: [AMDATUCASSANDRA-7] Improved perf test description
Added: trunk/amdatu-cassandra/test-performance/amdatu-versions/ trunk/amdatu-cassandra/test-performance/results/ Modified: trunk/amdatu-cassandra/test-performance/HOWTO.txt trunk/amdatu-cassandra/test-performance/test-bundle/pom.xml Modified: trunk/amdatu-cassandra/test-performance/HOWTO.txt ============================================================================== --- trunk/amdatu-cassandra/test-performance/HOWTO.txt (original) +++ trunk/amdatu-cassandra/test-performance/HOWTO.txt Tue Apr 19 09:14:15 2011 @@ -1,6 +1,7 @@ - Download the latest version of the 'org.amdatu.test.performance' application from http://repository.amdatu.org/ and place it in this directory -- Copy the binary release versions (zip format) to be tested to the amdatu-versions directory -- Remov any reports from previous test executions from the results directory +- Copy the binary release versions (zip format) to be tested to the 'amdatu-versions' directory +- Compile the project 'test-bundle' and copy it to the 'amdatu-versions' directory +- Remove any reports from previous test executions from the 'results' directory - Run the following command to run the performance test on these versions: java -Xmx1024m -jar org.amdatu.test.performance-<version>.jar -analyze -runtest -noexamples -port 2204 -testloops 50 -m 250 -versiondir amdatu-versions -jmeterplansdir jmeter-plans -resultsdir results -omit 50 -tmpdir tmp Modified: trunk/amdatu-cassandra/test-performance/test-bundle/pom.xml ============================================================================== --- trunk/amdatu-cassandra/test-performance/test-bundle/pom.xml (original) +++ trunk/amdatu-cassandra/test-performance/test-bundle/pom.xml Tue Apr 19 09:14:15 2011 @@ -2,26 +2,32 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.amdatu</groupId> - <artifactId>org.amdatu.cassandra</artifactId> + <groupId>org.amdatu.cassandra</groupId> + <artifactId>test-performance</artifactId> <version>0.2.0-SNAPSHOT</version> </parent> <groupId>org.amdatu.test</groupId> <artifactId>performance-bundle</artifactId> <packaging>bundle</packaging> - <name>Amdatu - Performance test bundle</name> + <name>Amdatu - Performance test bundle</name> + + <properties> + <org.apache.wink.version>1.1.1-incubating</org.apache.wink.version> + <org.apache.felix.http.version>2.2.0</org.apache.felix.http.version> + </properties> <dependencies> <dependency> <groupId>org.amdatu.web</groupId> <artifactId>httpcontext</artifactId> + <version>0.2.0-SNAPSHOT</version> <scope>provided</scope> <type>bundle</type> </dependency> <dependency> <groupId>org.amdatu.web.rest</groupId> <artifactId>jaxrs</artifactId> - <version>${project.version}</version> + <version>0.2.0-SNAPSHOT</version> <scope>provided</scope> <type>bundle</type> </dependency> @@ -34,7 +40,7 @@ <dependency> <groupId>org.amdatu.libraries</groupId> <artifactId>utilities</artifactId> - <version>${project.version}</version> + <version>0.2.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> @@ -47,7 +53,7 @@ <groupId>org.amdatu.cassandra</groupId> <artifactId>application</artifactId> <scope>provided</scope> - <version>${project.version}</version> + <version>0.2.0-SNAPSHOT</version> <type>bundle</type> </dependency> <dependency> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
