Package org.benchy

Interface Summary
BenchmarkDriver Contains the unparametrized algorithm you want to benchmark.
 

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; a list of testcase results.
TestCase A testcase contains all the variable parameters for a benchmark.
TestCaseResult The result of executing a TestCase.
 

Annotation Types Summary
DriverParameter  
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.