gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: benchmarking mod_gnutls vs mod_ssl


From: Simon Josefsson
Subject: Re: benchmarking mod_gnutls vs mod_ssl
Date: Wed, 12 Mar 2008 10:58:00 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Simon Josefsson <address@hidden> writes:

> Werner Koch <address@hidden> writes:
>
>> On Sat,  8 Mar 2008 12:41, address@hidden said:
>>
>>> So it seems libgcrypt is quite optimized in amd64... However there
>>
>> Right, we have new optimized code for amd64 but the plain ia32 code is
>> pretty old and it might even be that the generic C implementation is
>> faster.
>
> Is that optimized MPI code?  Or AES?  I'll see if I can test with
> --disable-asm in a live test.  We should also test non-RSA and non-AES
> to see if we can pin-point what is slow.

I've added 3DES comparisons to:

http://trac.gnutls.org/cgi-bin/trac.cgi/wiki/BenchmarkingModGnuTLSResults

3DES    mod_ssl small file: 310.78 trans/sec
3DES mod_gnutls small file: 154.77 trans/sec

3DES    mod_ssl large file: 7.25 trans/sec
3DES mod_gnutls large file: 5.75 trans/sec

Rather consistent with earlier ia32 results.  It is clear that 3DES is
quite slow on large data sizes.  AES-128 results:

AES    mod_ssl large file: 28.11 trans/sec
AES mod_gnutls large file: 15.25 trans/sec

For some reason I didn't get the DHE-DSS tests to work.  Perhaps I need
a DSA certificate.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]