diff options
Diffstat (limited to 'Documentation/performance.txt')
-rw-r--r-- | Documentation/performance.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/performance.txt b/Documentation/performance.txt new file mode 100644 index 0000000..2cd53a7 --- /dev/null +++ b/Documentation/performance.txt @@ -0,0 +1,11 @@ +All test performed on tmpfs, /tmp/a mounted on /tmp/b. + +UNTAR: tar xfz ../linux-3.0.tar.gz +LS: ls -lR > /dev/null +RM: 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 |