public class SoakRunner extends AbstractRunner<SoakOptions>
Soak tests are continuous tests that run for some fixed number of iterations or some period of time. This runner is intended for use when the user is interested in the stability of a system under continuous load rather than its performance.
One key difference between this and the BenchmarkRunner
is that this
runner does not eliminate outliers so stats for operations will reflect
outliers as these are useful in detecting potential performance issues.
Constructor and Description |
---|
SoakRunner() |
Modifier and Type | Method and Description |
---|---|
void |
run(SoakOptions options)
Runs with the given options
|
checkOperations, checkSanity, finished, getSanityCheckQueries, halt, halt, reportAfterOperation, reportAfterOperationMix, reportBeforeOperation, reportBeforeOperationMix, reportCategorizedErrors, reportGeneralOptions, reportOperationSummary, reportPartialProgress, reportProgress, reportProgress, runMix, runOp, runSanityChecks, runSetup, runTeardown, started
public void run(SoakOptions options)
Runner
Copyright © 2015. All rights reserved.