Modifier and Type | Optional Element and Description |
---|---|
boolean |
countToMetric
Whether this operation gets counted toward the final metric.
|
double |
max90th
The maximum 90th percentile allowed for this operation.
|
String |
name
The name of the operation.
|
double[] |
percentileLimits
The maximum limit of the percentiles set in the BenchmarkDriver
annotation.
|
Timing |
timing
Sets the timing mode of this operation to manual or automatic.
|
public abstract String name
public abstract double[] percentileLimits
BenchmarkDriver.responseTimeUnit()
public abstract double max90th
BenchmarkDriver.responseTimeUnit()
public abstract Timing timing