diff options
| author | ags <andrzej.grzesik@gmail.com> | 2024-01-06 19:13:38 +0000 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-07 12:09:43 +0100 |
| commit | 990483dcc8ed048add975e541f25d681a6aff8dc (patch) | |
| tree | cf011de055c4e96b00363b72b62220d043ae78a9 /calculate_average_ags313.sh | |
| parent | eaa503425cb15409fd5bbb28c87f214c7ee5eb2a (diff) | |
first attempt
Diffstat (limited to 'calculate_average_ags313.sh')
| -rwxr-xr-x | calculate_average_ags313.sh | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/calculate_average_ags313.sh b/calculate_average_ags313.sh new file mode 100755 index 0000000..3e07ce1 --- /dev/null +++ b/calculate_average_ags313.sh @@ -0,0 +1,22 @@ +#!/bin/sh +# +# Copyright 2023 The original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +source "$HOME/.sdkman/bin/sdkman-init.sh" +sdk use java 21.0.1-graal 1>&2 + +JAVA_OPTS="-server -Xnoclassgc -Xmx1G" +time java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_ags313 |
