Merge "Use /tmp for baseline testing."
This commit is contained in:
commit
8cb3549b0c
@ -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