Skip to content

Commit

Permalink
#185 better doc for raf
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 4, 2024
1 parent 0b28008 commit bf34f50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metrics/raf.sh
Expand Up @@ -44,4 +44,6 @@ else
raf=0
fi

echo "raf ${raf} Relative Age of File (To repository existence)" > "${output}"
echo "raf ${raf} Relative Age of File (in the entire timeframe of repository existence),
where 0.0 means the file was added in the first commit and 1.0 means that
the file was added in the last commit" > "${output}"

0 comments on commit bf34f50

Please sign in to comment.