aboutsummaryrefslogtreecommitdiff
path: root/Documentation/performance.txt
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-23 19:33:03 +0100
committerJakob Unterwurzacher2016-01-23 19:33:03 +0100
commit4a1768a3145d8df415e60c0cab3425c0d50eb46d (patch)
tree972fd442da5a64f25fb4ccf86583cfe9264f67d1 /Documentation/performance.txt
parentea38ff4e0bd39f08907239d2f482d95aa38893c0 (diff)
Automate standard performance tests
Diffstat (limited to 'Documentation/performance.txt')
-rw-r--r--Documentation/performance.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/Documentation/performance.txt b/Documentation/performance.txt
index df8c04f..75c26d9 100644
--- a/Documentation/performance.txt
+++ b/Documentation/performance.txt
@@ -3,16 +3,17 @@ The used test archive is https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.
(mirror: http://ftp.linux.org.uk/pub/linux/linux-3.0/linux-3.0.tar.gz).
The archive is placed on tmpfs as well.
-
+WRITE: dd if=/dev/zero of=zero bs=128K count=1000
UNTAR: time tar xfz ../linux-3.0.tar.gz
LS: time ls -lR linux-3.0 > /dev/null
RM: time rm -Rf linux-3.0
-VERSION UNTAR LS RM
-v0.4 48 1.5 5
-v0.5-rc1 56 7 19
-v0.5-rc1-1 54 4.1 9
-v0.5-rc1-2 45 1.7 3.4
-v0.6 47 1.8 4.3
-v0.7 43 1.7 4.3
-v0.7.2 26 1.8 4.3
+VERSION WRITE UNTAR LS RM
+v0.4 48 1.5 5
+v0.5-rc1 56 7 19
+v0.5-rc1-1 54 4.1 9
+v0.5-rc1-2 45 1.7 3.4
+v0.6 47 1.8 4.3
+v0.7 43 1.7 4.3
+v0.7.2 26 1.8 4.3
+v0.8 23 1.8 4.3