public final class IterationParams extends IterationParamsL4
Iteration parameters are separated in at least two instances, with different IterationType
-s.
The complete benchmark parameters not specific for a particular iteration are available in
BenchmarkParams
.
This class is dual-purpose:
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
batchSize, count, timeValue, type
Constructor and Description |
---|
IterationParams(IterationType type,
int count,
TimeValue time,
int batchSize) |
equals, getBatchSize, getCount, getTime, getType, hashCode, toString
private static final long serialVersionUID
public IterationParams(IterationType type, int count, TimeValue time, int batchSize)