Moved the diff out of the internal report group, and made a diff report for each module, giving a much better idea of how long the diffs actually take

This commit is contained in:
2012-08-17 22:46:47 -04:00
parent 6904172a64
commit 5dbabc0e9f

View File

@@ -53,7 +53,7 @@ function dance() {
do do
echo "info: Processing ${module}" echo "info: Processing ${module}"
NOOP="true" disco-ball template $module NOOP="true" disco-ball template $module
NOOP=true /usr/bin/time -f "$TIME" -o /var/disco/reports/_internal/diff disco-fs-diff NOOP=true /usr/bin/time -f "$TIME" -o /var/disco/reports/${module}/diff disco-fs-diff
if [ "$NOOP" == "" ]; then if [ "$NOOP" == "" ]; then
rsync -aWH /var/disco/testfs/noop/scratchfs/. /. rsync -aWH /var/disco/testfs/noop/scratchfs/. /.
fi fi