@Target(value=METHOD)
@Documented
public @interface IterationTimeLimit
Benchmark
method. Methods that aren't explicitly decorated with an
IterationTimeLimit, receive the default value.Modifier and Type | Optional Element and Description |
---|---|
long |
value
The maximum amount of time, in milliseconds, an iteration is pursued before
skipping to the next set of values in the
Range . |
public abstract long value
Range
. A value of 0
means that all values in the Range
will be exhaustively tested.