diff options
author | Jakob Unterwurzacher | 2016-11-26 12:46:58 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-11-26 12:46:58 +0100 |
commit | cb5426e8ee1984b88c1ee6047a75e562d25d339d (patch) | |
tree | ffcd99109e3b5ffbde61a92e525e7414ae13022d /Documentation/performance.txt | |
parent | 10884603d88eb262e314d4fbe1a7a146cc66c6d1 (diff) |
performance.txt: add numbers for current gocryptfs master and encfs v1.9.1
Diffstat (limited to 'Documentation/performance.txt')
-rw-r--r-- | Documentation/performance.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/performance.txt b/Documentation/performance.txt index db739ec..0a2d7ba 100644 --- a/Documentation/performance.txt +++ b/Documentation/performance.txt @@ -7,7 +7,7 @@ UNTAR: time tar xzf ../linux-3.0.tar.gz LS: time ls -lR linux-3.0 > /dev/null RM: time rm -Rf linux-3.0 -(or just run ../benchmark.bash) +(or just run benchmark.bash) VERSION WRITE UNTAR LS RM v0.4 48 1.5 5 @@ -21,4 +21,11 @@ v0.8 23 1.8 4.3 v0.9-rc2 94 24 1.8 4.5 v0.9 94 24 1.8 4.5 v0.11 104 22 1.7 4.5 -v1.1 104 20 1.5 3.4 (compiled using go1.7.1) +v1.1 104 20 1.5 3.4 (go1.7.1 compiler) +v1.1.1-34 112 22 1.5 3.6 (go1.7.3 compiler) + + +Results for EncFS for comparison (benchmark.bash -encfs): + +VERSION WRITE UNTAR LS RM +encfs v1.9.1 95 20 2.8 3.8 |