aboutsummaryrefslogtreecommitdiff
path: root/evaluate.sh
diff options
context:
space:
mode:
authorTrey Bastian <2991824+TreyBastian@users.noreply.github.com>2024-07-26 11:44:12 +0100
committerTrey Bastian <2991824+TreyBastian@users.noreply.github.com>2024-07-26 11:44:12 +0100
commitc745f76588351d457870750a8dd0e8f19268174f (patch)
treef7de35e240f3db22eea012c60a3d1656e3b50a4b /evaluate.sh
parent6c4282602b7dc9ebce92520fa2f26db3252844f0 (diff)
added dart and cleaned up repo
Diffstat (limited to 'evaluate.sh')
-rwxr-xr-xevaluate.sh4
1 files changed, 2 insertions, 2 deletions
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