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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
benchmark()
Run all the single benchmarks and create an overview report.void
benchmarkAndShowReportInBrowser()
Run all the single benchmarks, create an overview report and show it in the default browser.
-