|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
public @interface BenchmarkHistoryChartGenerate a graphical summary of the historical and current run of a given set of methods.
| Optional Element Summary | |
|---|---|
String |
filePrefix
Chart file prefix override. |
LabelType |
labelWith
Use custom keys for X-axis label. |
int |
maxRuns
Maximum number of historical runs to take into account. |
public abstract String filePrefix
CLASSNAME is replaced with a fully qualified
class name of the annotated test's class.
public abstract int maxRuns
public abstract LabelType labelWith
false, run ID is used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||