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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user