org.apache.qpid.server.util
Class AveragedRun
java.lang.Object
org.apache.qpid.server.util.AveragedRun
- All Implemented Interfaces:
- Callable<RunStats>
public class AveragedRun
- extends Object
- implements Callable<RunStats>
AveragedRun
public AveragedRun(TimedRun test,
int iterations)
call
public RunStats call()
throws Exception
- Specified by:
call
in interface Callable<RunStats>
- Throws:
Exception
run
public void run()
throws Exception
- Throws:
Exception
toString
public String toString()
- Overrides:
toString
in class Object
run
static void run(Collection<AveragedRun> tests)
throws Exception
- Throws:
Exception
Licensed to the Apache Software Foundation