diff options
| author | Aurelian Tutuianu <tutuianu@amazon.com> | 2024-01-02 21:14:32 +0200 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-02 21:16:49 +0100 |
| commit | 17218485709af71ebd7cb7c2c47f3abc262f5a2d (patch) | |
| tree | 391acdecbb44050d193de7689805b8724fa39c48 /calculate_average_padreati.sh | |
| parent | d20e71d4833e6c463bce5b9dc46532832b9bd629 (diff) | |
- implementation by padreati
Diffstat (limited to 'calculate_average_padreati.sh')
| -rwxr-xr-x | calculate_average_padreati.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calculate_average_padreati.sh b/calculate_average_padreati.sh new file mode 100755 index 0000000..c35e7a5 --- /dev/null +++ b/calculate_average_padreati.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 --add-modules jdk.incubator.vector" +time java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_padreati |
