libgocryptfs/Documentation/performance.txt

25 lines
963 B
Plaintext
Raw Normal View History

All test performed on tmpfs, /tmp/a mounted on /tmp/b.
The untar test uses https://cdn.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz .
2015-12-20 15:39:40 +01:00
The archive is placed on tmpfs as well.
WRITE: dd if=/dev/zero of=zero bs=128K count=2000
UNTAR: time tar xzf ../linux-3.0.tar.gz
2015-12-20 15:39:40 +01:00
LS: time ls -lR linux-3.0 > /dev/null
RM: time rm -Rf linux-3.0
(or just run ../benchmark.bash)
2016-01-23 19:33:03 +01:00
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
2016-04-10 12:04:50 +02:00
v0.9-rc2 94 24 1.8 4.5
v0.9 94 24 1.8 4.5
2016-06-07 23:35:48 +02:00
v0.11 104 22 1.7 4.5
v1.1 104 20 1.5 3.4 (compiled using go1.7.1)