performance.txt: specify READ tests

This commit is contained in:
Jakob Unterwurzacher 2017-09-10 18:42:06 +02:00
parent 830cbb7218
commit f0e29d9b90
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ The working directory is on tmpfs.
The untar test uses https://cdn.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz .
The archive is placed on tmpfs as well.
WRITE: dd if=/dev/zero of=zero bs=128K count=2000
WRITE: dd if=/dev/zero of=zero bs=131072 count=2000
READ: dd if=zero of=/dev/null bs=131072 count=2000 2>&1
UNTAR: time tar xzf ../linux-3.0.tar.gz
MD5: time md5sum --quiet -c linux-3.0.md5sums
LS: time ls -lR linux-3.0 > /dev/null