<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/contrib/sshfs-benchmark.bash, branch xattr_user_buffer</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2020-06-06T10:15:41+00:00</updated>
<entry>
<title>sshfs-benchmark.bash: fix locale trouble and move to tests</title>
<updated>2020-06-06T10:15:41+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-06-06T10:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a56e7cc5ac3ede528aaa05f912c865b09e942de4'/>
<id>urn:sha1:a56e7cc5ac3ede528aaa05f912c865b09e942de4</id>
<content type='text'>
Locale trouble was

   sshfs-benchmark.bash: line 31: printf: 4.71: invalid number

because printf expected "4,71" in the German locale.
Force the C locale.
</content>
</entry>
<entry>
<title>contrib/sshfs-benchmark.bash: add rmdir, mkdir, touch</title>
<updated>2020-05-24T20:03:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-24T20:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1a91a11e00546894325f3380488e2ad26bb5d27e'/>
<id>urn:sha1:1a91a11e00546894325f3380488e2ad26bb5d27e</id>
<content type='text'>
And also, stop using the wrong directory for sshfs git init.

sshfs-benchmark.bash:    sshfs  gocryptfs-on-sshfs
git init                  4.35                7.82
rsync                     7.72               11.66
rm -R                     2.71               11.04
mkdir                     1.33                4.15
rmdir                     0.47                3.97
touch                     2.32                2.85
rm                        0.45                0.45
</content>
</entry>
<entry>
<title>contrib: add sshfs-benchmark.bash</title>
<updated>2020-05-24T13:30:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-24T12:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=11dfcfd6c01500aa2c9fd50857fd70cd66a96e69'/>
<id>urn:sha1:11dfcfd6c01500aa2c9fd50857fd70cd66a96e69</id>
<content type='text'>
Let's get some reproducible numbers for
https://github.com/rfjakob/gocryptfs/issues/481
and
https://github.com/rfjakob/gocryptfs/issues/410

Example run:

$ ./sshfs-benchmark.bash nuetzlich.net
working directory: /tmp/sshfs-benchmark.bash.vu4
sshfs mounted: nuetzlich.net:/tmp -&gt; sshfs.mnt
gocryptfs mounted: sshfs.mnt/sshfs-benchmark.bash.KM9/gocryptfs.crypt -&gt; gocryptfs.mnt

                         sshfs  gocryptfs-on-sshfs
git init                  1.68               11.23
rsync                     6.07               20.35
</content>
</entry>
</feed>
