|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BenchmarkDriver
Contains the unparametrized algorithm you want to benchmark. All the variable parameters
are stored in the TestCase. It could be that the same driver is used in different
to benchmark different aspects of the algorithm.
AbstractBenchmarkDriver.
| Method Summary | |
|---|---|
void |
postRun(TestCaseResult caseResult)
Is executed after the run. |
void |
preRun(TestCase testCase)
Is executed before the run. |
void |
run()
Runs the driver for one iteration. |
| Method Detail |
|---|
void preRun(TestCase testCase)
testCase - the testCase that is going to be run.void run()
void postRun(TestCaseResult caseResult)
caseResult - the testCase that just has run.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||