Last active
September 12, 2022 18:55
-
-
Save aragozin/1ca043e3d5298e81b51c1472cdc9c723 to your computer and use it in GitHub Desktop.
JMC Workshop Notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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