@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FlatSequenceMix
Note that the mix in the BenchmarkOperation annotation is ignored when a benchmark is specified to use FlatSequenceMix.
Modifier and Type | Required Element and Description |
---|---|
double[] |
mix
The actual mix ratio for selecting the sequence.
|
OperationSequence[] |
sequences
An array of OperationSequence annotations describing
each annotation sequence.
|
Modifier and Type | Optional Element and Description |
---|---|
double |
deviation
The allowed deviation froom the specified mix, in percent.
|
public abstract OperationSequence[] sequences