Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 2, 2024
1 parent eef7850 commit c433aec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion steps/aggregate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ echo -n "${metrics}" | while IFS= read -r a; do
done
printf "\n" >> "${all}"

echo "All $(wc -l "${all}" | xargs) projects aggregated("${LOCAL}/help/tdiff.sh" "${start}")"
printf "\n"

jobs=${TARGET}/temp/jobs/aggregate-join-jobs.txt
rm -rf "${jobs}"
mkdir -p "$(dirname "${jobs}")"
Expand All @@ -73,4 +76,4 @@ if [ -n "${repos}" ]; then
wait
fi

echo "All metrics aggregated in ${total} repositories in $(nproc) threads$("${LOCAL}/help/tdiff.sh" "${start}")"
echo "All metrics aggregated and joined in ${total} repositories$("${LOCAL}/help/tdiff.sh" "${start}")"

0 comments on commit c433aec

Please sign in to comment.