diff options
author | Jakob Unterwurzacher | 2015-12-01 18:19:24 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-01 18:19:24 +0100 |
commit | accf8144ca627ffc0a282259d28b8fe6e583eed6 (patch) | |
tree | 41b4279a84faa2e5b621e7277376bc63be4f0007 /Documentation/performance.txt | |
parent | cbb18380bee538f3b1f26e3588857bcdf8a1b964 (diff) |
Move docs to Documentation folder
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 |