diff options
| author | Jin Cong Ho <hello@jincongho.com> | 2024-01-14 17:50:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-14 18:50:24 +0100 |
| commit | 32bb237091a5b97e6b8d6d6c1dc12a6045867ec3 (patch) | |
| tree | e61510eed10f61ae2a03966d60e876826d6eca75 /calculate_average_jincongho.sh | |
| parent | 0ca7c485aa5e9192cc3fa957d0c7c17bc94d2c76 (diff) | |
Initial Submission (#389)
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
Diffstat (limited to 'calculate_average_jincongho.sh')
| -rwxr-xr-x | calculate_average_jincongho.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calculate_average_jincongho.sh b/calculate_average_jincongho.sh new file mode 100755 index 0000000..ec1ca42 --- /dev/null +++ b/calculate_average_jincongho.sh @@ -0,0 +1,20 @@ +#!/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. +# + +JAVA_OPTS="--enable-preview --enable-native-access=ALL-UNNAMED" +JAVA_OPTS="$JAVA_OPTS -XX:-TieredCompilation -XX:InlineSmallCode=10000 -XX:FreqInlineSize=10000" +java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_jincongho
\ No newline at end of file |
