public class FuseIOBench extends Benchmark<FuseIOTaskResult>
Benchmark.MethodStatistics, Benchmark.ProfileInput
mBaseParameters
Constructor and Description |
---|
FuseIOBench()
Creates instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SummaryStatistics> |
addAdditionalResult(long startMs,
long endMs)
Reads the log file from java agent log file.
|
String |
getBenchDescription()
Get the description of the bench.
|
static void |
main(String[] args) |
void |
prepare()
Prepares to run the test.
|
FuseIOTaskResult |
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<FuseIOTaskResult>
public void prepare() throws Exception
Benchmark
prepare
in class Benchmark<FuseIOTaskResult>
Exception
public FuseIOTaskResult runLocal() throws Exception
Benchmark
runLocal
in class Benchmark<FuseIOTaskResult>
Exception
public Map<String,SummaryStatistics> addAdditionalResult(long startMs, long endMs) throws IOException
startMs
- start time for profilingendMs
- end time for profilingIOException
Copyright © 2023. All Rights Reserved.