Performance

Andreas Hasenack andreas@conectiva.com.br
Tue Nov 20 16:43:01 2001


Em Tue, Nov 20, 2001 at 12:06:55PM -0200, Andreas Hasenack escreveu:
> i686:
> $ time gpg -v -c --cipher-algo RIJNDAEL lala
> gpg: escrevendo para `lala.gpg'
> 
> real    0m43.035s
> user    0m30.280s
> sys     0m2.060s

I ran this test again with openssl also recompiled for i686 and
got a small improvement:

$ time gpg -v -c --cipher-algo RIJNDAEL lala
gpg: escrevendo para `lala.gpg'

real    0m41.069s
user    0m30.840s
sys     0m1.760s