The icon of the project
Timefold benchmark
Benchmark an Timefold project to power tweak the solver configuration for speed and scalability.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add ai.timefold.solver:timefold-solver-quarkus-benchmark

Maven

./mvnw quarkus:add-extension -Dextensions="ai.timefold.solver:timefold-solver-quarkus-benchmark"

Gradle

./gradlew addExtension --extensions="ai.timefold.solver:timefold-solver-quarkus-benchmark"