public class StressMasterBench extends Benchmark<MasterBenchTaskResult>
Modifier and Type | Class and Description |
---|---|
protected class |
StressMasterBench.BenchThread |
Benchmark.MethodStatistics, Benchmark.ProfileInput
mBaseParameters
Constructor and Description |
---|
StressMasterBench()
Creates instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getBenchDescription()
Get the description of the bench.
|
static void |
main(String[] args) |
void |
prepare()
Prepares to run the test.
|
MasterBenchTaskResult |
runLocal()
Runs the test locally, in process.
|
cleanup, generateJobConfig, mainInternal, processMethodProfiles, run
public static void main(String[] args)
args
- command-line argumentspublic String getBenchDescription()
Benchmark
getBenchDescription
in class Benchmark<MasterBenchTaskResult>
public void prepare() throws Exception
Benchmark
prepare
in class Benchmark<MasterBenchTaskResult>
Exception
public MasterBenchTaskResult runLocal() throws Exception
Benchmark
runLocal
in class Benchmark<MasterBenchTaskResult>
Exception
Copyright © 2023. All Rights Reserved.