public interface OperationMixRunner
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
run(Runner<T> runner,
T options,
OperationMix mix)
Performs a operation mix run returning the statistics as a
OperationMixRun |
<T extends Options> |
warmup(Runner<T> runner,
T options,
OperationMix mix)
Performs a operation mix warmup run returning the statistics as a
OperationMixRun |
<T extends Options> OperationMixRun run(Runner<T> runner, T options, OperationMix mix)
OperationMixRun
Implementations are expected to record the information within the
OperationMixStats object of the given OperationMix
instance prior to returning the statistics.
runner - Runneroptions - Optionsmix - Operation mix to be run<T extends Options> OperationMixRun warmup(Runner<T> runner, T options, OperationMix mix)
OperationMixRun
Implementations are expected to record the information within the
OperationMixStats object of the given OperationMix
instance prior to returning the statistics.
runner - Runneroptions - Optionsmix - Operation mix to be runCopyright © 2016. All rights reserved.