Skip to content

Instantly share code, notes, and snippets.

@mishin
Forked from aragozin/setup.txt
Created July 2, 2020 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mishin/0b67a8479f00df797283b95570c9a242 to your computer and use it in GitHub Desktop.
Save mishin/0b67a8479f00df797283b95570c9a242 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