Interface TimefoldBenchmarkBuildTimeConfig
@ConfigMapping(prefix="quarkus.timefold.benchmark")
@ConfigRoot(phase=BUILD_TIME)
public interface TimefoldBenchmarkBuildTimeConfig
During build time, this is translated into Timefold's Config classes.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionA classpath resource to read the benchmark configuration XML.
-
Field Details
-
DEFAULT_SOLVER_BENCHMARK_CONFIG_URL
- See Also:
-
-
Method Details
-
solverBenchmarkConfigXml
A classpath resource to read the benchmark configuration XML. Defaults to "solverBenchmarkConfig.xml". If this property isn't specified, that solverBenchmarkConfig.xml is optional.
-