Skip to content

Commit

Permalink
Add notice when maxmem-profile comparison starts
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Sep 23, 2024
1 parent 71859ca commit d415b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_testing/run-pr-comparisons
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ if [ "X$RUN_DEFAULT_COMP" = Xtrue ]; then
fi
echo "Jobs: $(jobs -p | wc -l)"
jobs
wait
# --------------------------------------------------------------------------
# maxmem-profile comparison
# --------------------------------------------------------------------------
echo "Started maxmem-profile comparison at `date`"
OUTPUT_DIR=$WORKSPACE/results/maxmem-comparison
#create the output dir
mkdir -p $OUTPUT_DIR
Expand Down

0 comments on commit d415b8b

Please sign in to comment.