Use /tmp for baseline testing.
We had permissions problems otherwise. Change-Id: I8f009ec22612157884573663b3ee32bcec9ab511
This commit is contained in:
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user