JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.9k stars 386 forks source link

comparison of performance version 1.1.1p vs 3.1.0 #222

Closed vitalyk-radware closed 1 year ago

vitalyk-radware commented 1 year ago

I compared performance of openssl versions 1.1.1p and 3.1.0 using nginx 1.23.4 as server and siege 4.1.6 as a client. I tried three ciphers and in each of these 1.1.1 has better performance. Is it a well known issue or my tests are not correct? Thank you!

                                                          1.1.1  hits     3.1.0 hits
AES256-SHA256                                     18728       8134
ECDHE-RSA-AES256-GCM-SHA384        16514    16015
ECDHE-ECDSA-AES256-GCM-SHA384   76020     64967
siege  -t1M -b  https://localhost:4411

p.s. All tools have been built with default config options; nginx webserver returns its default page.

vitalyk-radware commented 1 year ago

submited by mistake