@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Inherited public @interface BenchmarkHistoryChart
Modifier and Type | Optional Element and Description |
---|---|
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
public abstract int maxRuns
public abstract LabelType labelWith
false
, run ID is used.Copyright © 2013 Carrot Search s.c.. All Rights Reserved.