summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/canonical-benchmarks.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/canonical-benchmarks.bash b/tests/canonical-benchmarks.bash
index 1a5bf3a..8472c9a 100755
--- a/tests/canonical-benchmarks.bash
+++ b/tests/canonical-benchmarks.bash
@@ -8,6 +8,7 @@
cd "$(dirname "$0")"
MYNAME=$(basename "$0")
+MD5="$PWD/stress_tests/linux-3.0.md5sums"
if [ $# -ne 1 ]; then
echo "usage: $MYNAME TESTDIR"
@@ -36,6 +37,9 @@ sleep 1
echo -n "UNTAR: "
etime tar xzf /tmp/linux-3.0.tar.gz
sleep 1
+echo -n "MD5: "
+etime md5sum --quiet -c $MD5
+sleep 1
echo -n "LS: "
etime ls -lR linux-3.0
sleep 1