/optaplanner-bench

This is a fork of OptaPlanner examples used to demonstrate profiling thechniques

Primary LanguageObjective-C++

Optiplanner profiling example

This is a material for Java profiling workshop by Alexey Ragozin

Start GUI

  • mvn -P ui compile exec:java

Running benchmark

"Machine reassignment" case

  • mvn -Pbench test - run optimization once
  • mvn -Pprofile test - run optimization in endless loop (for profiling)

"Cheap time" case

  • mvn -Pbench2 test - run optimization once
  • mvn -Pprofile2 test - run optimization in endless loop (for profiling)