From d2639b7ce144ab453e36a36fb6dd3ecf19ed5123 Mon Sep 17 00:00:00 2001 From: Li Lin Date: Mon, 22 Jan 2024 04:14:05 +0800 Subject: Add linl33's implementation (#503) * Add linl33's implementation * Update evaluate.sh --------- Co-authored-by: Gunnar Morling --- evaluate.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'evaluate.sh') 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 -- cgit v1.2.3