com.sun.faban.driver
Annotation Type FixedSequence


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FixedSequence

This annotation specifies the benchmark operations are called in a fixed sequence without randomness. This is a special case of the matrix mix.


Optional Element Summary
 double deviation
          The allowed deviation.
 String[] value
          The sequence the operations are called.
 

value

public abstract String[] value
The sequence the operations are called.

Default:
""

deviation

public abstract double deviation
The allowed deviation. From the highe level, the fixed sequence should not have any variation in operation ratios. But in reality erroneous operations are not counted and therefore there is actually a variation. This field defines the allowed variations.

Default:
2.0