T - the type of task resultP - the type of task parameterpublic abstract class AbstractStressBench<T extends TaskResult,P extends FileSystemParameters> extends Benchmark<T>
Benchmark.MethodStatistics, Benchmark.ProfileInput| Modifier and Type | Field and Description |
|---|---|
protected P |
mParameters |
mBaseParameters| Constructor and Description |
|---|
AbstractStressBench() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
run(java.lang.String[] args)
Runs the test and returns the string output.
|
abstract void |
validateParams()
Validates the parameters.
|
cleanup, generateJobConfig, getBenchDescription, mainInternal, parseParameters, prepare, processMethodProfiles, runLocal, runSingleTaskprotected P extends FileSystemParameters mParameters
public abstract void validateParams()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String run(java.lang.String[] args)
throws java.lang.Exception
Benchmarkrun in class Benchmark<T extends TaskResult>args - the command-line argsjava.lang.ExceptionCopyright © 2023. All Rights Reserved.