|
||||||||||
| 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()
|
| Method Detail |
|---|
void preRun(TestCase testCase)
testCase - void run()
void postRun(TestCaseResult caseResult)
caseResult -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||