aboutsummaryrefslogtreecommitdiff
path: root/evaluate.sh
diff options
context:
space:
mode:
authorLi Lin <linl33@users.noreply.github.com>2024-01-22 04:14:05 +0800
committerGitHub <noreply@github.com>2024-01-21 21:14:05 +0100
commitd2639b7ce144ab453e36a36fb6dd3ecf19ed5123 (patch)
tree18f8b57b8a3ce5c5c33327e91702ec9c3d7e9db7 /evaluate.sh
parent81963f963cc3efcbb1247de233255deb6119aaa5 (diff)
Add linl33's implementation (#503)
* Add linl33's implementation * Update evaluate.sh --------- Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
Diffstat (limited to 'evaluate.sh')
-rwxr-xr-xevaluate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/evaluate.sh b/evaluate.sh
index f92a456..caafbb1 100755
--- a/evaluate.sh
+++ b/evaluate.sh
@@ -36,6 +36,7 @@ RESET='\033[0m' # No Color
MEASUREMENTS_FILE="measurements_1B.txt"
RUNS=5
DEFAULT_JAVA_VERSION="21.0.1-open"
+: "${BUILD_JAVA_VERSION:=21.0.1-open}"
RUN_TIME_LIMIT=300 # seconds
TIMEOUT=""
@@ -115,6 +116,7 @@ if [ -f "/sys/devices/system/cpu/cpufreq/boost" ]; then
fi
fi
+print_and_execute sdk use java $BUILD_JAVA_VERSION
print_and_execute java --version
print_and_execute ./mvnw --quiet clean verify