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.Termination 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
Termination configuration for the solvers run in the benchmark.
-
-
Constructor Details
-
OptaPlannerBenchmarkRuntimeConfig
public OptaPlannerBenchmarkRuntimeConfig()
-