Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:chronos-maven-plugin:1.0-SNAPSHOT:historyreport
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| dataid | String | - | The id of the data, to create a report from. Used to separate
between several performancetest inside the same maven project Default value is: performancetest. |
| description | String | - | The description of the generated report. |
| historychartupperbound | double | - | This sets the default maximum value on the history report charts.
This can be set to prevent "spikes" in the charts which can throw
the scale off. Default value is: 0. |
| historydir | File | - | The directory where historic data are stored. |
| showgc | boolean | - | Should the report contain garbage collections? Note that garbage
collections are only relevant if they are from the code being
tested (if you use JMeter to test wbsites, the jmeter gc logs are
totally irrelevant)! Default value is: true. |
| title | String | - | The title of the generated report |