Package org.optaplanner.benchmark.api
Interface PlannerBenchmark
- All Known Implementing Classes:
 DefaultPlannerBenchmark
public interface PlannerBenchmark
A planner benchmark that runs a number of single benchmarks.
 
 Build by a PlannerBenchmarkFactory.
- 
Method Summary
Modifier and TypeMethodDescriptionRun all the single benchmarks and create an overview report.Run all the single benchmarks, create an overview report and show it in the default browser. 
- 
Method Details
- 
benchmark
File benchmark()Run all the single benchmarks and create an overview report.- Returns:
 - never null, the directory in which the benchmark results are stored
 
 - 
benchmarkAndShowReportInBrowser
File benchmarkAndShowReportInBrowser()Run all the single benchmarks, create an overview report and show it in the default browser.- Returns:
 - never null, the directory in which the benchmark results are stored
 
 
 -