diff --git a/benchmark-reverse.bash b/benchmark-reverse.bash index 3e50a62..75e0dda 100755 --- a/benchmark-reverse.bash +++ b/benchmark-reverse.bash @@ -44,6 +44,7 @@ function etime { time "$@" > /dev/null } -echo -n "LS: " +echo -n "LS: " etime ls -lR $MNT - +echo -n "CAT: " +etime find $MNT -type f -exec cat {} +