Package com.google.caliper
-
Annotation Types Summary Annotation Type Description AfterExperiment An annotation for methods to be run after an experiment has been performed.All The default value of lifecycle annotations that indicates it should associate with all benchmark types.BeforeExperiment An annotation for methods to be run before an experiment has been performed.Benchmark Annotation for benchmark methods.Param To make your benchmark depend on a parameterized value, create a field with the name you want this parameter to be known by, and add this annotation.