You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kent Sølvsten <ks...@lakeside.dk> on 2012/04/24 09:42:56 UTC

[ANN] chronos-jmeter-maven-plugin 1.0 and chronos-report-maven-plugin 1.0 released

Hi,

The Mojo team is pleased to announce the release of the chronos-jmeter-maven-plugin and chronos-report-maven-plugin version 1.0. 

Chronos enables You to test performance via JMeter, validate that relevant performance goals have been met, and create nice
 visualizations of the latest and historical testruns.

The tests are being run as part of a Maven build, either continuously or ad hoc.

This will allow a developer to integrate performancetesting into an existing project and performancetest continuously, typically as part of a nightly build.

This will help to pinpoint performance problems: If You know when a performance problem was introduced, it is easier to find out which change in the codebase caused the performance 
degradation.



Project site: http://mojo.codehaus.org/chronos


To get this update, simply specify the version in your project's plugin configuration: 

build section:
<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>chronos-jmeter-maven-plugin</artifactId>
        <version>1.0</version>
</plugin>

reporting section:
<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>chronos-jmeter-maven-plugin</artifactId>
        <version>1.0</version>
</plugin>
See the documentation at http://mojo.codehaus.org/chronos for further details and configuration parameters.

Release Notes
See http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12536&version=18439

Enjoy,

The Mojo team.
 
Kent Solvsten