From fa1ca65bfd608fb117181de07320d8b568d30f12 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Tue, 9 Jan 2024 21:26:29 +0100 Subject: Hyperfine: Script re-org --- calculate_average_thomaswue.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'calculate_average_thomaswue.sh') diff --git a/calculate_average_thomaswue.sh b/calculate_average_thomaswue.sh index d875f8a..87a4fc4 100755 --- a/calculate_average_thomaswue.sh +++ b/calculate_average_thomaswue.sh @@ -18,12 +18,10 @@ if [ -f ./image_calculateaverage_thomaswue ]; then echo "Picking up existing native image, delete the file to select JVM mode." 1>&2 - time ./image_calculateaverage_thomaswue + ./image_calculateaverage_thomaswue else - source "$HOME/.sdkman/bin/sdkman-init.sh" - sdk use java 21.0.1-graal 1>&2 JAVA_OPTS="--enable-preview" echo "Chosing to run the app in JVM mode as no native image was found, use additional_build_step_thomaswue.sh to generate." 1>&2 - time java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_thomaswue + java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_thomaswue fi -- cgit v1.2.3