Use /tmp for baseline testing.

We had permissions problems otherwise.

Change-Id: I8f009ec22612157884573663b3ee32bcec9ab511
This commit is contained in:
Michael Still 2014-01-03 17:28:30 +11:00
parent 69271bae18
commit ff7667db86

@ -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"