@@ -20,18 +20,17 @@ help() {
2020 echo " -f <OUTPUT_DIR> The directory containing the run output"
2121 echo " Default: /tmp"
2222 echo " -g <GRAALVM_VERSION> The GraalVM version to use if running any native tests (from SDKMAN)"
23- echo " Default: 25-graalce"
23+ echo " Default: 25.0.1 -graalce"
2424 echo " -h <HOST> The HOST to run the benchmarks on"
2525 echo " LOCAL is a keyword that can be used to run everything on the local machine"
2626 echo " Default: LOCAL"
2727 echo " -i <ITERATIONS> The number of iterations to run each test"
2828 echo " Default: 3"
2929 echo " -j <JAVA_VERSION> The Java version to use (from SDKMAN)"
30- echo " Default: 25-tem"
30+ echo " Default: 25.0.1 -tem"
3131 echo " -l <SCM_REPO_URL> The SCM repo url"
3232 echo " Default: 'https://github.com/quarkusio/spring-quarkus-perf-comparison.git'"
3333 echo " -m <CGROUPS_MAX_MEMORY> Constrain available memory via cgroups"
34- echo " Default: 14G"
3534 echo " -n <NATIVE_QUARKUS_BUILD_OPTIONS> Native build options to be passed to Quarkus native build process"
3635 echo " -o <NATIVE_SPRING_BUILD_OPTIONS> Native build options to be passed to Spring native build process"
3736 echo " -p <PROFILER> Enable profiling with async profiler"
@@ -208,11 +207,11 @@ ${JBANG_CMD} qDup@hyperfoil \
208207CGROUPS_CPUS=" "
209208SCM_REPO_URL=" https://github.com/quarkusio/spring-quarkus-perf-comparison.git"
210209SCM_REPO_BRANCH=" main"
211- GRAALVM_VERSION=" 25-graalce"
210+ GRAALVM_VERSION=" 25.0.1 -graalce"
212211HOST=" LOCAL"
213212ITERATIONS=" 3"
214- JAVA_VERSION=" 25-tem"
215- CGROUPS_MAX_MEMORY=" 14G "
213+ JAVA_VERSION=" 25.0.1 -tem"
214+ CGROUPS_MAX_MEMORY=" "
216215NATIVE_QUARKUS_BUILD_OPTIONS=" "
217216NATIVE_SPRING_BUILD_OPTIONS=" "
218217PROFILER=" none"
0 commit comments