|
Class Summary |
| AbstractBenchmarkDriver |
A convenience BenchmarkDriver implementation that doesn't force one to implement optional
methods. |
| Benchmark |
The Benchmark contains:
a List of testCase (the different variations)
the driver, contains the actual logic (no state)
A Benchmark should not be modified after it is fully constructed. |
| BenchmarkResult |
Contains the results of a Benchmark. |
| TestCase |
A testcase contains all the variable parameters for a benchmark. |
| TestCaseResult |
The result of executing a TestCase. |