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. Any substring CLASSNAME is replaced with a fully qualified class name of the annotated test's class.

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 © 2013 Carrot Search s.c.. All Rights Reserved.