com.carrotsearch.junitbenchmarks.annotation
Annotation Type BenchmarkHistoryChart


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
public @interface BenchmarkHistoryChart

Generate 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.
 

filePrefix

public abstract String filePrefix
Chart file prefix override. If empty, class name is used.

Default:
""

maxRuns

public abstract int maxRuns
Maximum number of historical runs to take into account.

Default:
2147483647

labelWith

public abstract LabelType labelWith
Use custom keys for X-axis label. If false, run ID is used.

Default:
com.carrotsearch.junitbenchmarks.annotation.LabelType.RUN_ID


Copyright © 2011 Carrot Search s.c.. All Rights Reserved.