Package org.optaplanner.benchmark.api
package org.optaplanner.benchmark.api
The public API of OptaPlanner Benchmark.
All classes in this namespace are backwards compatible in future releases (especially minor and hotfix releases). If a major version number changes, a few specific classes might not be backwards compatible, in which case the upgrade recipe will clearly document those cases.
-
ClassDescriptionA planner benchmark that runs a number of single benchmarks.If at least one of the
SingleBenchmarkResult
s of aPlannerBenchmark
fail, thePlannerBenchmark
throws this exception after allSingleBenchmarkResult
s are finished and the benchmark report has been written.BuildsPlannerBenchmark
instances.