From f0e29d9b90b63d5fbe4164161ecb0e1035bb4af4 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 10 Sep 2017 18:42:06 +0200 Subject: performance.txt: specify READ tests --- Documentation/performance.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/performance.txt b/Documentation/performance.txt index 8ba14cd..dc51d54 100644 --- a/Documentation/performance.txt +++ b/Documentation/performance.txt @@ -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 -- cgit v1.2.3