diff options
| author | Jakob Unterwurzacher | 2015-12-20 15:39:40 +0100 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2015-12-20 15:39:40 +0100 | 
| commit | 04abad5e8498d9d7e49fa1400cb8b7193094a5f3 (patch) | |
| tree | 4192c5aa8b7aa57fd82af2e9f02aab544cedf69e | |
| parent | ad00ba38e5edc7311f6baf99d46c090c462b7248 (diff) | |
Update performance data for v0.7
| -rw-r--r-- | Documentation/performance.txt | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/Documentation/performance.txt b/Documentation/performance.txt index c0bd2d0..84853d6 100644 --- a/Documentation/performance.txt +++ b/Documentation/performance.txt @@ -1,9 +1,12 @@  All test performed on tmpfs, /tmp/a mounted on /tmp/b. -The used test archive is https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz . +The used test archive is https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz +(mirror: http://ftp.linux.org.uk/pub/linux/linux-3.0/linux-3.0.tar.gz). +The archive is placed on tmpfs as well. -UNTAR: tar xfz ../linux-3.0.tar.gz -LS: ls -lR linux-3.0 > /dev/null -RM: rm -Rf linux-3.0 + +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 @@ -11,3 +14,4 @@ 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 | 
