Skip to content

Instantly share code, notes, and snippets.

@aragozin
Last active September 12, 2022 18:55
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save aragozin/1ca043e3d5298e81b51c1472cdc9c723 to your computer and use it in GitHub Desktop.
Save aragozin/1ca043e3d5298e81b51c1472cdc9c723 to your computer and use it in GitHub Desktop.
JMC Workshop Notes
clone https://github.com/aragozin/optaplanner-bench.git
git checkout jmc_workbench_0
mvn package
mvn -P ui exec:java
Disable some JVM optimizations
MAVEN_OPTS=-Xmx512m -XX:+NeverActAsServerClassMachine -XX:CICompilerCount=1 -XX:-TieredCompilation -XX:-DoEscapeAnalysis
mvn -P mrbench exec:java
mvn -P mrprofile exec:java
git checkout jmc_workbench_1
git clone https://github.com/aragozin/proflab
git checkout hz_demo_step_1
mvn -P bench test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment