Hi,

The Mojo team is pleased to announce the release of the chronos version 1.1.0. 

Chronos is a collection of maven plugins designed to invoke performancetests 
and create nice visual representations of the results.
 Performancetesting with jmeter is supported, either by letting Chronos invoke 
JMeter, or by using Chronos to analyze the results of an already run 
performancetest.
It is also possible to use Chronos to analyze the runtimes for unittests 
(invoked with maven surefire) and collect nice graphs of these testruns.
http://mojo.codehaus.org/chronos
To get this update, simply specify the versions in your project's plugin 
configuration: 

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>chronos-report-maven-plugin</artifactId>
        <version>1.1.1</version>
</plugin>
<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>chronos-jmeter-maven-plugin</artifactId>
        <version>1.1.0</version>
</plugin>
<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>chronos-surefire-maven-plugin
        <version>1.1.0</version>
</plugin>

Release Notes

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12536&version=18440

Enjoy,

The Mojo team.
 
/Kent

Reply via email to