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 SummaryModifier 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- 
benchmarkFile benchmark()Run all the single benchmarks and create an overview report.- Returns:
- never null, the directory in which the benchmark results are stored
 
- 
benchmarkAndShowReportInBrowserFile 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
 
 
-