From c745f76588351d457870750a8dd0e8f19268174f Mon Sep 17 00:00:00 2001 From: Trey Bastian <2991824+TreyBastian@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:44:12 +0100 Subject: added dart and cleaned up repo --- evaluate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'evaluate.sh') diff --git a/evaluate.sh b/evaluate.sh index 5f89b6c..991ed81 100755 --- a/evaluate.sh +++ b/evaluate.sh @@ -37,7 +37,7 @@ MEASUREMENTS_FILE="measurements_1B.txt" RUNS=10 DEFAULT_JAVA_VERSION="21.0.1-open" : "${BUILD_JAVA_VERSION:=21.0.1-open}" -RUN_TIME_LIMIT=300 # seconds +RUN_TIME_LIMIT=1800 # seconds TIMEOUT="" if [ "$(uname -s)" == "Linux" ]; then @@ -175,7 +175,7 @@ for fork in "$@"; do print_and_execute ln -s $MEASUREMENTS_FILE measurements.txt # Use hyperfine to run the benchmark for each fork - HYPERFINE_OPTS="--warmup 0 --runs $RUNS --export-json $fork-$filetimestamp-timing.json --output ./$fork-$filetimestamp.out" + HYPERFINE_OPTS="--warmup 0 --runs $RUNS --export-json $fork-$filetimestamp-timing.json" # check if this script is running on a Linux box if [ "$(uname -s)" == "Linux" ]; then -- cgit v1.2.3