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 File
benchmark()
Run all the single benchmarks and create an overview report.File
benchmarkAndShowReportInBrowser()
Run all the single benchmarks, create an overview report and show it in the default browser.
-
-
-
Method Detail
-
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
-
-