aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_truelive.sh
diff options
context:
space:
mode:
authorRoman Schweitzer <truelive4@gmail.com>2024-01-03 16:10:31 +0100
committerGitHub <noreply@github.com>2024-01-03 16:10:31 +0100
commitea035790fdbe907edb4744ce6f6690d10798a09e (patch)
treeef3a13671e5efe0990d9383ec56314d7a53ebb32 /calculate_average_truelive.sh
parenta3e3a3f88bc34562ba4b53d5c177a3d2a39ca2f1 (diff)
Using DoubleAccumulators to save on a measurment creation (#26)
Diffstat (limited to 'calculate_average_truelive.sh')
-rw-r--r--calculate_average_truelive.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/calculate_average_truelive.sh b/calculate_average_truelive.sh
new file mode 100644
index 0000000..2c357d3
--- /dev/null
+++ b/calculate_average_truelive.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="-Xmx4G"
+time java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_truelive