Skip to content

Commit

Permalink
#85 puzzle removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 2, 2023
1 parent e2bc810 commit fe63e5e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions steps/measure-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ start=$(date +%s%N)
mkdir -p "$(dirname "${javam}")"
metrics=$(find "${LOCAL}/metrics/" -type f -exec basename {} \;)
echo "${metrics}" | while IFS= read -r m; do
# @todo #74 This metric doesn't work, because when we run it,
# the directory already doesn't have the ".git" folder --- it was filtered out
# by one of the filters in the "filters/" directory. Probably, we should avoid shallow clones
# and then get an opportunity to have more Git-based metrics.
if [ "${m}" = "authors.sh" ]; then continue; fi
if timeout 30m "metrics/${m}" "${java}" "${javam}"; then
while IFS= read -r t; do
IFS=' ' read -r -ra M <<< "${t}"
Expand Down

0 comments on commit fe63e5e

Please sign in to comment.