Class OptaPlannerBenchmarkRuntimeConfig
java.lang.Object
org.optaplanner.benchmark.quarkus.config.OptaPlannerBenchmarkRuntimeConfig
@ConfigRoot(name="optaplanner.benchmark",
phase=RUN_TIME)
public class OptaPlannerBenchmarkRuntimeConfig
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWhere the benchmark results are written to.org.optaplanner.quarkus.config.TerminationRuntimeConfigTermination configuration for the solvers run in the benchmark. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_BENCHMARK_RESULT_DIRECTORY
- See Also:
-
resultDirectory
Where the benchmark results are written to. Defaults toDEFAULT_BENCHMARK_RESULT_DIRECTORY. -
termination
@ConfigItem(name="solver.termination") public org.optaplanner.quarkus.config.TerminationRuntimeConfig terminationTermination configuration for the solvers run in the benchmark.
-
-
Constructor Details
-
OptaPlannerBenchmarkRuntimeConfig
public OptaPlannerBenchmarkRuntimeConfig()
-