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
Fields Modifier and Type Field Description static StringDEFAULT_BENCHMARK_RESULT_DIRECTORYStringresultDirectoryWhere the benchmark results are written to.org.optaplanner.quarkus.config.TerminationRuntimeConfigterminationTermination configuration for the solvers run in the benchmark.
-
Constructor Summary
Constructors Constructor Description OptaPlannerBenchmarkRuntimeConfig()
-
-
-
Field Detail
-
DEFAULT_BENCHMARK_RESULT_DIRECTORY
public static final String DEFAULT_BENCHMARK_RESULT_DIRECTORY
- See Also:
- Constant Field Values
-
resultDirectory
@ConfigItem(defaultValue="target/benchmarks") public String resultDirectory
Where the benchmark results are written to. Defaults toDEFAULT_BENCHMARK_RESULT_DIRECTORY.
-
termination
@ConfigItem(name="solver.termination") public org.optaplanner.quarkus.config.TerminationRuntimeConfig termination
Termination configuration for the solvers run in the benchmark.
-
-