Merge "Use /tmp for baseline testing."

This commit is contained in:
Jenkins 2014-01-03 06:31:28 +00:00 committed by Gerrit Code Review
commit 8cb3549b0c

View File

@ -6,6 +6,6 @@
echo "Instance flavor: $1"
echo "IO test starts"
time dd if=/dev/zero bs=1024000 count=1024 of=test.dd
rm -f test.dd
time dd if=/dev/zero bs=1024000 count=1024 of=/tmp/test-$$.dd
rm -f /tmp/test-$$.dd
echo "IO test ends"